hedgewars/uVariables.pas
changeset 14282 6015b74eea55
parent 14196 ab5e710d353d
child 14306 12e7442e4034
--- a/hedgewars/uVariables.pas	Fri Nov 23 21:22:26 2018 +0100
+++ b/hedgewars/uVariables.pas	Fri Nov 23 15:54:23 2018 -0500
@@ -2461,7 +2461,8 @@
     LandDirty: TDirtyTag;
     hasBorder: boolean;
     hasGirders: boolean;
-    playHeight, playWidth, leftX, rightX, topY, MaxHedgehogs: Longword;  // idea is that a template can specify height/width.  Or, a map, a height/width by the dimensions of the image.  If the map has pixels near top of image, it triggers border.
+    playHeight, playWidth, leftX, rightX, topY: LongInt;  // idea is that a template can specify height/width.  Or, a map, a height/width by the dimensions of the image.  If the map has pixels near top of image, it triggers border.
+	MaxHedgehogs: LongWord;
     LandBackSurface: PSDL_Surface;
     CurAmmoGear: PGear;
     lastGearByUID: PGear;