# HG changeset patch # User nemo # Date 1308783358 14400 # Node ID eea7570d345fda25a721a64a47117f409299844b # Parent ffc1475a4afd3eb07a172433b20fb41d87cc36b8 This can afford to be a bit larger. Does not impact performance. diff -r ffc1475a4afd -r eea7570d345f 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