diff -r 204e6b2885bc -r 0dfa56a8513c hedgewars/uLand.pas --- a/hedgewars/uLand.pas Sun Oct 25 15:55:49 2009 +0000 +++ b/hedgewars/uLand.pas Sun Oct 25 16:35:09 2009 +0000 @@ -16,6 +16,8 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA *) +{$include options.inc} + unit uLand; interface uses SDLh, uLandTemplates, uFloat, @@ -25,7 +27,6 @@ GL, {$ENDIF} uConsts; -{$include options.inc} type TLandArray = packed array[0 .. LAND_HEIGHT - 1, 0 .. LAND_WIDTH - 1] of LongWord; TCollisionArray = packed array[0 .. LAND_HEIGHT - 1, 0 .. LAND_WIDTH - 1] of Word; TPreview = packed array[0..127, 0..31] of byte;