equal
deleted
inserted
replaced
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 |