diff -r 668b71f31e51 -r 2560731c860d hedgewars/uGame.pas --- a/hedgewars/uGame.pas Wed Oct 06 02:31:04 2010 +0200 +++ b/hedgewars/uGame.pas Thu Oct 07 02:03:01 2010 +0200 @@ -26,7 +26,7 @@ //////////////////// implementation //////////////////// -uses uMisc, uConsts, uKeys, uTeams, uIO, uAI, uGears, uScript, uSound, SDLh; +uses uMisc, uConsts, uKeys, uTeams, uIO, uAI, uGears, uScript, uSound, uMobile; procedure DoGameTick(Lag: LongInt); var i: LongInt; @@ -68,9 +68,7 @@ if isSoundEnabled then playMusic; GameType:= gmtLocal; InitIPC; -{$IFDEF IPHONEOS} - replayFinished(); -{$ENDIF} + doSomethingWhen_SaveFinishedSynching(); end; end else ProcessGears