hedgewars/hwengine.dpr
changeset 1825 c929f9111141
parent 1812 3d4692e825e7
child 1888 e76274ce7365
equal deleted inserted replaced
1824:fbe1fa777d68 1825:c929f9111141
    80 			if HasBorder then DisableSomeWeapons;
    80 			if HasBorder then DisableSomeWeapons;
    81 			AddClouds;
    81 			AddClouds;
    82 			AssignHHCoords;
    82 			AssignHHCoords;
    83 			AddMiscGears;
    83 			AddMiscGears;
    84 			StoreLoad;
    84 			StoreLoad;
       
    85             InitWorld;
    85 			ResetKbd;
    86 			ResetKbd;
    86 			SoundLoad;
    87 			SoundLoad;
    87 			if GameType = gmtSave then
    88 			if GameType = gmtSave then
    88 				begin
    89 				begin
    89 				isSEBackup:= isSoundEnabled;
    90 				isSEBackup:= isSoundEnabled;
   255 
   256 
   256 InitTeams;
   257 InitTeams;
   257 AssignStores;
   258 AssignStores;
   258 
   259 
   259 if isSoundEnabled then InitSound;
   260 if isSoundEnabled then InitSound;
   260 InitWorld;
       
   261 
   261 
   262 StoreInit;
   262 StoreInit;
   263 
   263 
   264 isDeveloperMode:= false;
   264 isDeveloperMode:= false;
   265 
   265