stratagus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Stratagus-CVS] stratagus/src/ai ai_force.c


From: ludovic pollet
Subject: [Stratagus-CVS] stratagus/src/ai ai_force.c
Date: Fri, 31 Oct 2003 06:39:25 -0500

CVSROOT:        /cvsroot/stratagus
Module name:    stratagus
Branch:         
Changes by:     ludovic pollet <address@hidden> 03/10/31 06:39:24

Modified files:
        src/ai         : ai_force.c 

Log message:
        Fix for frozen AI

Patches:
Index: stratagus/src/ai/ai_force.c
diff -u stratagus/src/ai/ai_force.c:1.38 stratagus/src/ai/ai_force.c:1.39
--- stratagus/src/ai/ai_force.c:1.38    Fri Oct 31 04:48:18 2003
+++ stratagus/src/ai/ai_force.c Fri Oct 31 06:39:24 2003
@@ -26,7 +26,7 @@
 //      Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //      02111-1307, USA.
 //
-//      $Id: ai_force.c,v 1.38 2003/10/31 09:48:18 pludov Exp $
+//      $Id: ai_force.c,v 1.39 2003/10/31 11:39:24 pludov Exp $
 
 //@{
 
@@ -652,7 +652,7 @@
                    continue;
                }
 
-               unittypeforce = AiUnittypeForce(ut) / 8;
+               unittypeforce = AiUnittypeForce(ut);
                unittypeforce = (unittypeforce ? unittypeforce : 1);
 
                // Try to respond to the most important power ...




reply via email to

[Prev in Thread] Current Thread [Next in Thread]