# HG changeset patch # User nemo # Date 1326089635 18000 # Node ID a262ef09c7e618ae639c69471dee2e94934120c5 # Parent 91365db8b82c952213b6be16acc1efe937053003 ok. pretty sure that has to be consistent in both. go with the smaller one... diff -r 91365db8b82c -r a262ef09c7e6 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;