hedgewars/uMisc.pas
changeset 433 9f8f22094c0e
parent 393 db01cc79f278
child 438 04bcc3fb127a
--- a/hedgewars/uMisc.pas	Sun Feb 11 12:27:45 2007 +0000
+++ b/hedgewars/uMisc.pas	Sun Feb 11 15:33:19 2007 +0000
@@ -33,7 +33,7 @@
     GameFlags     : Longword = 0;
     TurnTimeLeft  : Longword = 0;
     cHedgehogTurnTime: Longword = 45000;
-    cMaxAIThinkTime  : Longword = 5000;
+    cMaxAIThinkTime  : Longword = 9000;
 
     cCloudsNumber    : LongInt = 9;
     cConsoleHeight   : LongInt = 320;