stratagus-cvs
[Top][All Lists]
Advanced

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

[Stratagus-CVS] stratagus/src/clone ccl_spell.c


From: Martin Renold
Subject: [Stratagus-CVS] stratagus/src/clone ccl_spell.c
Date: Tue, 07 Oct 2003 03:49:04 -0400

CVSROOT:        /cvsroot/stratagus
Module name:    stratagus
Branch:         
Changes by:     Martin Renold <address@hidden>  03/10/07 03:49:04

Modified files:
        src/clone      : ccl_spell.c 

Log message:
        fixed saving spells

Patches:
Index: stratagus/src/clone/ccl_spell.c
diff -u stratagus/src/clone/ccl_spell.c:1.12 
stratagus/src/clone/ccl_spell.c:1.13
--- stratagus/src/clone/ccl_spell.c:1.12        Fri Oct  3 06:37:06 2003
+++ stratagus/src/clone/ccl_spell.c     Tue Oct  7 03:49:03 2003
@@ -26,7 +26,7 @@
 //      Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //      02111-1307, USA.
 //
-//     $Id: ccl_spell.c,v 1.12 2003/10/03 10:37:06 n0body Exp $
+//     $Id: ccl_spell.c,v 1.13 2003/10/07 07:49:03 martinxyz Exp $
 //@{
 
 /*----------------------------------------------------------------------------
@@ -713,9 +713,9 @@
        "only"                  /// CONDITION_ONLY
     };
     
-    CLprintf(file,"( range %d",autocast->Range);
+    CLprintf(file,"( range %d ",autocast->Range);
     if (autocast->Combat!=CONDITION_TRUE) {
-       CLprintf(file,"undead %s ",condstrings[(int)autocast->Combat]);
+       CLprintf(file,"combat %s ",condstrings[(int)autocast->Combat]);
     }
     if (autocast->Condition) {
        CLprintf(file," condition ");




reply via email to

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