--- a/hedgewars/PascalExports.pas Fri Apr 29 17:11:08 2011 +0400
+++ b/hedgewars/PascalExports.pas Sat Apr 30 20:06:05 2011 +0200
@@ -28,8 +28,7 @@
* http://en.wikipedia.org/wiki/X86_calling_conventions#cdecl
*)
interface
-uses uTypes, uConsts, uVariables, GLunit, uKeys, uSound, uAmmos, uUtils,
- uCommands, uMobile;
+uses uTypes, uConsts, uVariables, GLunit, uKeys, uSound, uAmmos, uUtils, uCommands;
{$INCLUDE "config.inc"}
procedure HW_versionInfo(netProto: PLongInt; versionStr: PPChar); cdecl; export;
@@ -201,7 +200,6 @@
// equivalent to esc+y; when closeFrontend = true the game exits after memory cleanup
procedure HW_terminate(closeFrontend: boolean); cdecl; export;
begin
- {$IFDEF IPHONEOS}setGameRunning(false);{$ENDIF}
alsoShutdownFrontend:= closeFrontend;
ParseCommand('forcequit', true);
end;