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: Sun, 02 Nov 2003 14:24:26 -0500

CVSROOT:        /cvsroot/stratagus
Module name:    stratagus
Branch:         
Changes by:     Jimmy Salmon <address@hidden>   03/11/02 14:24:26

Modified files:
        src/unit       : ccl_unittype.c 

Log message:
        Fixed gcc warning

Patches:
Index: stratagus/src/unit/ccl_unittype.c
diff -u stratagus/src/unit/ccl_unittype.c:1.106 
stratagus/src/unit/ccl_unittype.c:1.107
--- stratagus/src/unit/ccl_unittype.c:1.106     Sat Nov  1 23:20:38 2003
+++ stratagus/src/unit/ccl_unittype.c   Sun Nov  2 14:24:25 2003
@@ -26,7 +26,7 @@
 //      Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //      02111-1307, USA.
 //
-//     $Id: ccl_unittype.c,v 1.106 2003/11/02 04:20:38 jsalmon3 Exp $
+//     $Id: ccl_unittype.c,v 1.107 2003/11/02 19:24:25 jsalmon3 Exp $
 
 //@{
 
@@ -1000,6 +1000,7 @@
     int i;
     int frame;
 
+    resource = NULL;
     str = gh_scm2newstr(gh_car(list), NULL);
     list = gh_cdr(list);
     anims = calloc(1,sizeof(Animations));




reply via email to

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