netpanzer-cvs
[Top][All Lists]
Advanced

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

[netPanzer-CVS] netpanzer/src/NetPanzer/Interfaces GameConfig.cpp


From: Matthias Braun
Subject: [netPanzer-CVS] netpanzer/src/NetPanzer/Interfaces GameConfig.cpp
Date: Fri, 21 Nov 2003 14:42:08 -0500

CVSROOT:        /cvsroot/netpanzer
Module name:    netpanzer
Branch:         
Changes by:     Matthias Braun <address@hidden> 03/11/21 14:42:08

Modified files:
        src/NetPanzer/Interfaces: GameConfig.cpp 

Log message:
        correctly fix the flag issue by setting a sensible default value in the 
config

Patches:
Index: netpanzer/src/NetPanzer/Interfaces/GameConfig.cpp
diff -u netpanzer/src/NetPanzer/Interfaces/GameConfig.cpp:1.19 
netpanzer/src/NetPanzer/Interfaces/GameConfig.cpp:1.20
--- netpanzer/src/NetPanzer/Interfaces/GameConfig.cpp:1.19      Thu Nov 20 
19:19:26 2003
+++ netpanzer/src/NetPanzer/Interfaces/GameConfig.cpp   Fri Nov 21 14:42:07 2003
@@ -64,7 +64,7 @@
       effectsvolume("effectsvolume", 100, 0, 100),
       
       unitcolor("unitcolor", 0, 0, _color_last-1),
-      playerflag("playerflag", -1, -1, 100),
+      playerflag("playerflag", 0, 0, 100),
       attacknotificationtime("attacknotificationtime", 5, 0, 100),
       vehicleselectioncolor("vehicleselectioncolor", _color_blue, 0, 
_color_last-1),
       consoletextcolor("consoletextcolor", _color_white, 0, _color_last-1),




reply via email to

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