changeset 6552 | 91adc9ee7b8c |
parent 4976 | 088d40d8aba2 |
child 6553 | 91365db8b82c |
--- 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;