diff -r 6b2d19ed521a -r 6dfad55fd71c hedgewars/uIO.pas --- a/hedgewars/uIO.pas Mon Oct 31 01:44:32 2011 +0100 +++ b/hedgewars/uIO.pas Mon Oct 31 03:08:16 2011 +0100 @@ -40,7 +40,7 @@ procedure doPut(putX, putY: LongInt; fromAI: boolean); implementation -uses uConsole, uConsts, uVariables, uCommands, uUtils, uDebug, uMobile; +uses uConsole, uConsts, uVariables, uCommands, uUtils, uDebug; type PCmd = ^TCmd; TCmd = packed record @@ -175,8 +175,6 @@ s: shortstring absolute buf; begin -uMobile.SaveBegan(); - // set RDNLY on file open filemode:= 0; {$I-}