hedgewars/uVariables.pas
changeset 8003 7d8bce524daf
parent 7984 619a399bece8
child 8009 22d3f053dd9b
--- a/hedgewars/uVariables.pas	Wed Nov 07 13:24:01 2012 -0500
+++ b/hedgewars/uVariables.pas	Wed Nov 07 14:02:10 2012 -0500
@@ -108,7 +108,7 @@
     zoom             : GLfloat;
     ZoomValue        : GLfloat;
 
-    cWaterLine       : LongWord;
+    cWaterLine       : LongInt;
     cGearScrEdgesDist: LongInt;
     isAudioMuted     : boolean;
 
@@ -122,8 +122,8 @@
     Pathz: array[TPathType] of shortstring;
     UserPathz: array[TPathType] of shortstring;
     CountTexz: array[0..Pred(AMMO_INFINITE)] of PTexture;
-    LAND_WIDTH       : LongWord;
-    LAND_HEIGHT      : LongWord;
+    LAND_WIDTH       : LongInt;
+    LAND_HEIGHT      : LongInt;
     LAND_WIDTH_MASK  : LongWord;
     LAND_HEIGHT_MASK : LongWord;