revert merge w/ Medo change, since it crashes the engine. Access violation line 70 of uLandOutline.pas|line 231 of uLand.pas etc
authornemo
Mon, 05 Nov 2012 22:18:47 -0500
changeset 7976 e1029baf2483
parent 7974 7ac6699b6228
child 7978 2ce76d1f594b
revert merge w/ Medo change, since it crashes the engine. Access violation line 70 of uLandOutline.pas|line 231 of uLand.pas etc
hedgewars/uLandTemplates.pas
--- a/hedgewars/uLandTemplates.pas	Mon Nov 05 22:03:26 2012 -0500
+++ b/hedgewars/uLandTemplates.pas	Mon Nov 05 22:18:47 2012 -0500
@@ -24,12 +24,10 @@
 
 const NTPX = Low(SmallInt);
 
-type TRectArray = array[0..64] of TSDL_Rect;
-     PRectArray = ^TRectArray;
-     TPointArray = array[0..64] of TPoint;
+type TPointArray = array[0..64] of TSDL_Rect;
      PPointArray = ^TPointArray;
      TEdgeTemplate = record
-                     BasePoints: PRectArray;
+                     BasePoints: PPointArray;
                      BasePointsCount: Longword;
                      FillPoints: PPointArray;
                      FillPointsCount: Longword;