ttd.c
changeset 1246 eb66ff34348f
parent 1243 cb9e17e38c00
child 1260 632f63689178
equal deleted inserted replaced
1245:3822f77cbc53 1246:eb66ff34348f
   719 	if (_opt_mod_ptr->diff_level == 9)
   719 	if (_opt_mod_ptr->diff_level == 9)
   720 		SetDifficultyLevel(0, _opt_mod_ptr);
   720 		SetDifficultyLevel(0, _opt_mod_ptr);
   721 
   721 
   722 	// initialize the ingame console
   722 	// initialize the ingame console
   723 	IConsoleInit();
   723 	IConsoleInit();
       
   724 	InitializeGUI();
   724 	IConsoleCmdExec("exec scripts/autoexec.scr 0");
   725 	IConsoleCmdExec("exec scripts/autoexec.scr 0");
   725 
   726 
   726 	InitPlayerRandoms();
   727 	InitPlayerRandoms();
   727 
   728 
   728 #ifdef ENABLE_NETWORK
   729 #ifdef ENABLE_NETWORK