--- a/hedgewars/uIO.pas Mon Apr 25 02:25:25 2011 +0200
+++ b/hedgewars/uIO.pas Mon Apr 25 06:38:59 2011 +0200
@@ -41,7 +41,7 @@
procedure doPut(putX, putY: LongInt; fromAI: boolean);
implementation
-uses uConsole, uConsts, uVariables, uCommands, uUtils, uDebug;
+uses uConsole, uConsts, uVariables, uCommands, uUtils, uDebug, uMobile;
type PCmd = ^TCmd;
TCmd = packed record
@@ -176,6 +176,8 @@
s: shortstring absolute buf;
begin
+uMobile.SaveBeganSynching();
+
// set RDNLY on file open
filemode:= 0;
{$I-}