hedgewars/hwengine.pas
changeset 3928 2560731c860d
parent 3922 44804043b691
child 3935 5ca27a0e9a63
--- a/hedgewars/hwengine.pas	Wed Oct 06 02:31:04 2010 +0200
+++ b/hedgewars/hwengine.pas	Thu Oct 07 02:03:01 2010 +0200
@@ -30,7 +30,7 @@
 {$ENDIF}
 
 uses SDLh, uMisc, uConsole, uGame, uConsts, uLand, uAmmos, uVisualGears, uGears, uStore, uWorld, uKeys, uSound,
-     uScript, uTeams, uStats, uIO, uLocale, uChat, uAI, uAIMisc, uRandom, uLandTexture, uCollisions, sysutils;
+     uScript, uTeams, uStats, uIO, uLocale, uChat, uAI, uAIMisc, uRandom, uLandTexture, uCollisions, uMobile, sysutils;
 
 var isTerminated: boolean = false;
     alsoShutdownFrontend: boolean = false;
@@ -285,9 +285,7 @@
     else
     begin
         LoadRecordFromFile(recordFileName);
-{$IFDEF IPHONEOS}
-        replayBegan();
-{$ENDIF}
+        doSomethingWhen_SaveBeganSynching();
     end;
 
     ScriptOnGameInit;