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: Mon, 15 Sep 2003 17:51:38 -0400

CVSROOT:        /cvsroot/netpanzer
Module name:    netpanzer
Branch:         
Changes by:     Matthias Braun <address@hidden> 03/09/15 17:51:37

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

Log message:
        disable myp cycling by default

Patches:
Index: netpanzer/src/NetPanzer/Interfaces/GameConfig.cpp
diff -u netpanzer/src/NetPanzer/Interfaces/GameConfig.cpp:1.4 
netpanzer/src/NetPanzer/Interfaces/GameConfig.cpp:1.5
--- netpanzer/src/NetPanzer/Interfaces/GameConfig.cpp:1.4       Sat Sep  6 
11:39:25 2003
+++ netpanzer/src/NetPanzer/Interfaces/GameConfig.cpp   Mon Sep 15 17:51:37 2003
@@ -38,7 +38,7 @@
   int   GameConfig::TimeLimit = 50;          //in minutes
   int   GameConfig::FragLimit = 1000;        //in frags;
 
-  bool      GameConfig::map_cycling_on_off = true;
+  bool      GameConfig::map_cycling_on_off = false;
   bool      GameConfig::powerups_on_off = false;
 
   float        GameConfig::objective_occupation_percentage = 100.0;




reply via email to

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