changeset 7563 | 09a44c8fbfba |
parent 7556 | 4617e8ec0507 |
child 7613 | ce6ead3327b2 |
--- a/hedgewars/uLandTemplates.pas Sat Aug 18 13:40:21 2012 +0200 +++ b/hedgewars/uLandTemplates.pas Sat Aug 18 13:45:00 2012 +0200 @@ -26,7 +26,7 @@ type TRectArray = array[0..64] of TSDL_Rect; PRectArray = ^TRectArray; - TPointArray = array[0..64] of TPoint; + TPointArray = array[0..64] of TPoint; PPointArray = ^TPointArray; TEdgeTemplate = record BasePoints: PRectArray;