? 1498_fix1.diff ? autogame ? civscore.log ? diff ? graphs ? input_checking1.diff ? input_checking_invis1.diff ? invis1.diff ? common/_o2 ? common/a ? common/size ? common/size2 Index: client/civclient.c =================================================================== RCS file: /home/freeciv/CVS/freeciv/client/civclient.c,v retrieving revision 1.131 diff -u -r1.131 civclient.c --- client/civclient.c 2002/05/26 09:55:41 1.131 +++ client/civclient.c 2002/05/26 11:43:52 @@ -194,6 +194,7 @@ game_init(); attribute_init(); agents_init(); + load_options(); /* This seed is not saved anywhere; randoms in the client should have cosmetic effects only (eg city name suggestions). --dwp */ @@ -559,7 +560,6 @@ client_state=newstate; if(client_state==CLIENT_GAME_RUNNING_STATE) { - load_options(); create_event(-1, -1, E_GAME_START, _("Game started.")); update_research(game.player_ptr); role_unit_precalcs();