diff -r 668b71f31e51 -r 2560731c860d hedgewars/hwengine.pas --- 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;