stratagus-cvs
[Top][All Lists]
Advanced

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

[Stratagus-CVS] stratagus/src/game game.c loadgame.c


From: address@hidden
Subject: [Stratagus-CVS] stratagus/src/game game.c loadgame.c
Date: 17 Jan 2004 10:45:16 +1100

CVSROOT:        /home/strat
Module name:    stratagus
Changes by:      <address@hidden>       04/01/17 10:45:16

Modified files:
        src/game       : game.c loadgame.c 

Log message:
        Actually Load Missile Sprites by calling the function

Patches:
Index: stratagus/src/game/game.c
diff -u stratagus/src/game/game.c:1.126 stratagus/src/game/game.c:1.127
--- stratagus/src/game/game.c:1.126     Sat Jan 17 05:17:19 2004
+++ stratagus/src/game/game.c   Sat Jan 17 10:45:16 2004
@@ -27,7 +27,7 @@
 //      Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //      02111-1307, USA.
 //
-//      $Id: game.c,v 1.126 2004/01/16 18:17:19 nobody_ Exp $
+//      $Id: game.c,v 1.127 2004/01/16 23:45:16 wizzard Exp $
 
 //@{
 
@@ -407,6 +407,9 @@
        LoadCursors(ThisPlayer->RaceName);
 
        InitMissileTypes();
+#ifndef DYNAMIC_LOAD
+       LoadMissileSprites();
+#endif
        InitConstructions();
        LoadConstructions();
        LoadUnitTypes();
Index: stratagus/src/game/loadgame.c
diff -u stratagus/src/game/loadgame.c:1.79 stratagus/src/game/loadgame.c:1.80
--- stratagus/src/game/loadgame.c:1.79  Sat Jan 17 02:17:23 2004
+++ stratagus/src/game/loadgame.c       Sat Jan 17 10:45:16 2004
@@ -26,7 +26,7 @@
 //      Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //      02111-1307, USA.
 //
-//      $Id: loadgame.c,v 1.79 2004/01/16 15:17:23 wizzard Exp $
+//      $Id: loadgame.c,v 1.80 2004/01/16 23:45:16 wizzard Exp $
 
 //@{
 
@@ -175,6 +175,9 @@
        LoadUserInterface();
 #if 0
        LoadPlayers();
+#endif
+#ifndef DYNAMIC_LOAD
+       LoadMissileSprites();
 #endif
        LoadConstructions();
        LoadDecorations();




reply via email to

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