ok. pretty sure that has to be consistent in both. go with the smaller one...
authornemo
Mon, 09 Jan 2012 01:13:55 -0500
changeset 6554 a262ef09c7e6
parent 6553 91365db8b82c
child 6555 11f82e49d276
ok. pretty sure that has to be consistent in both. go with the smaller one...
hedgewars/uLandTemplates.pas
--- a/hedgewars/uLandTemplates.pas	Mon Jan 09 00:50:39 2012 -0500
+++ b/hedgewars/uLandTemplates.pas	Mon Jan 09 01:13:55 2012 -0500
@@ -22,12 +22,7 @@
 interface
 uses SDLh;
 
-{$IFDEF SDL13}
-const NTPX = Low(LongInt);
-{$ELSE}
 const NTPX = Low(SmallInt);
-{$ENDIF}
-
 
 type PPointArray = ^TPointArray;
      TPointArray = array[0..64] of TSDL_Rect;