diff -r e3639ce1d4f8 -r 823caba67738 hedgewars/uLandObjects.pas --- a/hedgewars/uLandObjects.pas Thu May 10 00:58:05 2012 +0400 +++ b/hedgewars/uLandObjects.pas Wed May 09 17:33:25 2012 -0400 @@ -37,8 +37,8 @@ MAXOBJECTRECTS = 16; MAXTHEMEOBJECTS = 32; -type PRectArray = ^TRectsArray; - TRectsArray = array[0..MaxRects] of TSDL_Rect; +type TRectsArray = array[0..MaxRects] of TSDL_Rect; + PRectArray = ^TRectsArray; TThemeObject = record Surf: PSDL_Surface; inland: TSDL_Rect;