This can afford to be a bit larger. Does not impact performance.
authornemo
Wed, 22 Jun 2011 18:55:58 -0400
changeset 5290 eea7570d345f
parent 5287 ffc1475a4afd
child 5292 f9f75c5bc395
This can afford to be a bit larger. Does not impact performance.
hedgewars/uCollisions.pas
--- a/hedgewars/uCollisions.pas	Wed Jun 22 01:04:38 2011 +0200
+++ b/hedgewars/uCollisions.pas	Wed Jun 22 18:55:58 2011 -0400
@@ -22,7 +22,7 @@
 interface
 uses uFloat, uTypes;
 
-const cMaxGearArrayInd = 255;
+const cMaxGearArrayInd = 1023;
 
 type PGearArray = ^TGearArray;
     TGearArray = record