stratagus-cvs
[Top][All Lists]
Advanced

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

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


From: ludovic pollet
Subject: [Stratagus-CVS] stratagus/src/ai ai_resource.c
Date: Mon, 03 Nov 2003 07:36:15 -0500

CVSROOT:        /cvsroot/stratagus
Module name:    stratagus
Branch:         
Changes by:     ludovic pollet <address@hidden> 03/11/03 07:36:15

Modified files:
        src/ai         : ai_resource.c 

Log message:
        small bug fix.

Patches:
Index: stratagus/src/ai/ai_resource.c
diff -u stratagus/src/ai/ai_resource.c:1.78 stratagus/src/ai/ai_resource.c:1.79
--- stratagus/src/ai/ai_resource.c:1.78 Sat Nov  1 11:53:43 2003
+++ stratagus/src/ai/ai_resource.c      Mon Nov  3 07:36:13 2003
@@ -26,7 +26,7 @@
 //      Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //      02111-1307, USA.
 //
-//      $Id: ai_resource.c,v 1.78 2003/11/01 16:53:43 pludov Exp $
+//      $Id: ai_resource.c,v 1.79 2003/11/03 12:36:13 pludov Exp $
 
 //@{
 
@@ -1071,7 +1071,7 @@
                    src_c = priority_resource[j];
 
                    // Don't complete with lower priority ones...
-                   if (wanted[src_c] <= wanted[c]) {
+                   if (wanted[src_c] >= wanted[c]) {
                        continue;
                    }
 




reply via email to

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