--- a/hedgewars/uAIActions.pas Mon Jul 03 17:46:58 2006 +0000
+++ b/hedgewars/uAIActions.pas Sat Jul 08 21:40:03 2006 +0000
@@ -34,7 +34,7 @@
unit uAIActions;
interface
uses uGears;
-const MAXACTIONS = 256;
+const MAXACTIONS = 32;
aia_none = 0;
aia_Left = 1;
aia_Right = 2;