diff -r a2f39cb9af62 -r 91adc9ee7b8c hedgewars/uLandTemplates.pas --- a/hedgewars/uLandTemplates.pas Fri Jan 06 01:51:04 2012 +0100 +++ b/hedgewars/uLandTemplates.pas Sat Jan 07 00:10:47 2012 +0400 @@ -22,7 +22,7 @@ interface uses SDLh; -const NTPX = Low(TSDL_Rect.x); +const NTPX = Low(LongInt); type PPointArray = ^TPointArray; TPointArray = array[0..64] of TSDL_Rect;