bump up max collision to 1024 entries
authornemo
Sun, 14 Aug 2011 23:06:00 -0400
changeset 5568 badaac85f9d4
parent 5567 44c9a577b082
child 5569 8313952b2811
bump up max collision to 1024 entries
hedgewars/uCollisions.pas
--- a/hedgewars/uCollisions.pas	Sun Aug 14 23:00:12 2011 -0400
+++ b/hedgewars/uCollisions.pas	Sun Aug 14 23:06:00 2011 -0400
@@ -60,7 +60,7 @@
             cGear: PGear;
             end;
 
-const MAXRECTSINDEX = 511;
+const MAXRECTSINDEX = 1023;
 var Count: Longword;
     cinfos: array[0..MAXRECTSINDEX] of TCollisionEntry;
     ga: TGearArray;