stratagus-cvs
[Top][All Lists]
Advanced

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

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


From: address@hidden
Subject: [Stratagus-CVS] stratagus/src/ai new_ai.c
Date: 20 Dec 2003 18:22:10 +1100

CVSROOT:        /home/strat
Module name:    stratagus
Changes by:      <address@hidden>       03/12/20 18:22:10

Modified files:
        src/ai         : new_ai.c 

Log message:
        Fixed Type to unsigned long

Patches:
Index: stratagus/src/ai/new_ai.c
diff -u stratagus/src/ai/new_ai.c:1.101 stratagus/src/ai/new_ai.c:1.102
--- stratagus/src/ai/new_ai.c:1.101     Sat Dec 20 16:02:01 2003
+++ stratagus/src/ai/new_ai.c   Sat Dec 20 18:22:10 2003
@@ -26,7 +26,7 @@
 //      Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //      02111-1307, USA.
 //
-//      $Id: new_ai.c,v 1.101 2003/12/20 05:02:01 jsalmon3 Exp $
+//      $Id: new_ai.c,v 1.102 2003/12/20 07:22:10 wizzard Exp $
 
 
 //@{
@@ -198,7 +198,7 @@
     aiaction = AiPlayer->FirstEvaluation;
     while (aiaction) {
        str = 
gh_scm2newstr(gh_car(gh_car(aiaction->AiScriptAction->Action)),NULL);
-       DebugLevel2(" %8d: (%3d,%3d) => points:%9d, needs: %9d ( %s )\n" _C_
+       DebugLevel2(" %8lu: (%3d,%3d) => points:%9d, needs: %9d ( %s )\n" _C_
            aiaction->GameCycle _C_
            aiaction->HotSpotX _C_
            aiaction->HotSpotY _C_
@@ -817,7 +817,7 @@
 {
     CLprintf(file, "\n;;; -----------------------------------------\n");
     CLprintf(file,
-       ";;; MODULE: AI $Id: new_ai.c,v 1.101 2003/12/20 05:02:01 jsalmon3 Exp 
$\n\n");
+       ";;; MODULE: AI $Id: new_ai.c,v 1.102 2003/12/20 07:22:10 wizzard Exp 
$\n\n");
 
     SaveAiTypesWcName(file);
     SaveAiHelper(file);




reply via email to

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