hedgewars/uLandTemplates.pas
changeset 7035 823caba67738
parent 6982 8d41d22a291d
child 7046 acc6b5159cde
--- a/hedgewars/uLandTemplates.pas	Thu May 10 00:58:05 2012 +0400
+++ b/hedgewars/uLandTemplates.pas	Wed May 09 17:33:25 2012 -0400
@@ -24,8 +24,8 @@
 
 const NTPX = Low(SmallInt);
 
-type PPointArray = ^TPointArray;
-     TPointArray = array[0..64] of TSDL_Rect;
+type TPointArray = array[0..64] of TSDL_Rect;
+     PPointArray = ^TPointArray;
      TEdgeTemplate = record
                      BasePoints: PPointArray;
                      BasePointsCount: Longword;