stratagus-cvs
[Top][All Lists]
Advanced

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

[Stratagus-CVS] stratagus/src/stratagus player.c


From: address@hidden
Subject: [Stratagus-CVS] stratagus/src/stratagus player.c
Date: 26 Jan 2004 09:34:33 +1100

CVSROOT:        /home/strat
Module name:    stratagus
Changes by:      <address@hidden>       04/01/26 09:34:33

Modified files:
        src/stratagus  : player.c 

Log message:
        Don't Save demand, It's assigned when units are placed back on the map

Patches:
Index: stratagus/src/stratagus/player.c
diff -u stratagus/src/stratagus/player.c:1.114 
stratagus/src/stratagus/player.c:1.115
--- stratagus/src/stratagus/player.c:1.114      Mon Jan 19 09:36:28 2004
+++ stratagus/src/stratagus/player.c    Mon Jan 26 09:34:32 2004
@@ -26,7 +26,7 @@
 //      Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //      02111-1307, USA.
 //
-//      $Id: player.c,v 1.114 2004/01/18 22:36:28 nobody_ Exp $
+//      $Id: player.c,v 1.115 2004/01/25 22:34:32 wizzard Exp $
 
 //@{
 
@@ -207,7 +207,7 @@
        int j;
 
        CLprintf(file, "\n--- -----------------------------------------\n");
-       CLprintf(file, "--- MODULE: players $Id: player.c,v 1.114 2004/01/18 
22:36:28 nobody_ Exp $\n\n");
+       CLprintf(file, "--- MODULE: players $Id: player.c,v 1.115 2004/01/25 
22:34:32 wizzard Exp $\n\n");
 
 #if 0
        //
@@ -346,8 +346,6 @@
                // NumBuildings done by load units.
 
                CLprintf(file, " \"supply\", %d,", Players[i].Supply);
-               CLprintf(file, " \"demand\", %d,", Players[i].Demand);
-
                CLprintf(file, " \"unit-limit\", %d,", Players[i].UnitLimit);
                CLprintf(file, " \"building-limit\", %d,", 
Players[i].BuildingLimit);
                CLprintf(file, " \"total-unit-limit\", %d,", 
Players[i].TotalUnitLimit);




reply via email to

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