hedgewars/uAIActions.pas
changeset 74 42257fee61ae
parent 71 5f56c6979496
child 75 d2b737858ff7
--- 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;