Fix for Int type and sysutils in hwengine.pas
authorunc0rr
Fri, 11 May 2012 00:33:14 +0400
changeset 7044 46cb4e8cedfb
parent 7043 7c080e5ac8d0
child 7045 197bf70f8599
Fix for Int type and sysutils in hwengine.pas
hedgewars/hwengine.pas
hedgewars/pas2cSystem.pas
--- a/hedgewars/hwengine.pas	Fri May 11 00:28:06 2012 +0400
+++ b/hedgewars/hwengine.pas	Fri May 11 00:33:14 2012 +0400
@@ -31,7 +31,7 @@
 
 uses SDLh, uMisc, uConsole, uGame, uConsts, uLand, uAmmos, uVisualGears, uGears, uStore, uWorld, uInputHandler, uSound,
      uScript, uTeams, uStats, uIO, uLocale, uChat, uAI, uAIMisc, uRandom, uLandTexture, uCollisions,
-     sysutils, uTypes, uVariables, uCommands, uUtils, uCaptions, uDebug, uCommandHandlers, uLandPainted
+     SysUtils, uTypes, uVariables, uCommands, uUtils, uCaptions, uDebug, uCommandHandlers, uLandPainted
      {$IFDEF SDL13}, uTouch{$ENDIF}{$IFDEF ANDROID}, GLUnit{$ENDIF};
 
 {$IFDEF HWLIBRARY}
--- a/hedgewars/pas2cSystem.pas	Fri May 11 00:28:06 2012 +0400
+++ b/hedgewars/pas2cSystem.pas	Fri May 11 00:33:14 2012 +0400
@@ -14,7 +14,7 @@
     GLint = integer;
     GLuint = integer;
     gl_unsigned_byte = integer;
-    Int = integer;
+    int = integer;
 
     pointer = pointer;