stratagus-cvs
[Top][All Lists]
Advanced

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

[Stratagus-CVS] stratagus/src/unit ccl_unittype.c


From: Jimmy Salmon
Subject: [Stratagus-CVS] stratagus/src/unit ccl_unittype.c
Date: Fri, 31 Oct 2003 01:51:07 -0500

CVSROOT:        /cvsroot/stratagus
Module name:    stratagus
Branch:         
Changes by:     Jimmy Salmon <address@hidden>   03/10/31 01:51:07

Modified files:
        src/unit       : ccl_unittype.c 

Log message:
        Fixed FileWhenEmpty

Patches:
Index: stratagus/src/unit/ccl_unittype.c
diff -u stratagus/src/unit/ccl_unittype.c:1.104 
stratagus/src/unit/ccl_unittype.c:1.105
--- stratagus/src/unit/ccl_unittype.c:1.104     Fri Oct 31 01:18:56 2003
+++ stratagus/src/unit/ccl_unittype.c   Fri Oct 31 01:51:06 2003
@@ -26,7 +26,7 @@
 //      Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //      02111-1307, USA.
 //
-//     $Id: ccl_unittype.c,v 1.104 2003/10/31 06:18:56 jsalmon3 Exp $
+//     $Id: ccl_unittype.c,v 1.105 2003/10/31 06:51:06 jsalmon3 Exp $
 
 //@{
 
@@ -483,7 +483,7 @@
                } else if (gh_eq_p(value, 
gh_symbol2scm("harvest-from-outside"))) {
                    res->HarvestFromOutside = 1;
                } else if (gh_eq_p(value, gh_symbol2scm("file-when-empty"))) {
-                   res->FileWhenLoaded = gh_scm2newstr(gh_car(sublist),0);
+                   res->FileWhenEmpty = gh_scm2newstr(gh_car(sublist),0);
                    sublist = gh_cdr(sublist);
                } else if (gh_eq_p(value, gh_symbol2scm("file-when-loaded"))) {
                    res->FileWhenLoaded = gh_scm2newstr(gh_car(sublist),0);




reply via email to

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