changeset 5568 | badaac85f9d4 |
parent 5290 | eea7570d345f |
child 5569 | 8313952b2811 |
--- 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;