hedgewars/uAIActions.pas
changeset 75 d2b737858ff7
parent 74 42257fee61ae
child 80 3c3dc6a148ca
--- a/hedgewars/uAIActions.pas	Sat Jul 08 21:40:03 2006 +0000
+++ b/hedgewars/uAIActions.pas	Tue Jul 11 21:04:05 2006 +0000
@@ -34,7 +34,7 @@
 unit uAIActions;
 interface
 uses uGears;
-const MAXACTIONS = 32;
+const MAXACTIONS = 96;
       aia_none       = 0;
       aia_Left       = 1;
       aia_Right      = 2;