netpanzer-cvs
[Top][All Lists]
Advanced

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

[netPanzer-CVS] netpanzer/src/NetPanzer/Interfaces GameManager....


From: Ivo Danihelka
Subject: [netPanzer-CVS] netpanzer/src/NetPanzer/Interfaces GameManager....
Date: Tue, 16 Sep 2003 16:58:37 -0400

CVSROOT:        /cvsroot/netpanzer
Module name:    netpanzer
Branch:         
Changes by:     Ivo Danihelka <address@hidden>  03/09/16 16:58:37

Modified files:
        src/NetPanzer/Interfaces: GameManager.cpp GameManager.hpp 

Log message:
        disabled double toggle 'd' damage. Current one is in 
WorldInputCmdProcessor::evaluateKeyCommands()

Patches:
Index: netpanzer/src/NetPanzer/Interfaces/GameManager.cpp
diff -u netpanzer/src/NetPanzer/Interfaces/GameManager.cpp:1.43 
netpanzer/src/NetPanzer/Interfaces/GameManager.cpp:1.44
--- netpanzer/src/NetPanzer/Interfaces/GameManager.cpp:1.43     Tue Sep 16 
16:16:12 2003
+++ netpanzer/src/NetPanzer/Interfaces/GameManager.cpp  Tue Sep 16 16:58:36 2003
@@ -146,7 +146,6 @@
 unsigned char GameManager::game_state  = _game_state_idle;
 iXY GameManager::previous_video_mode_res;
 iXY GameManager::current_video_mode_res;
-BYTE     GameManager::current_mode_flags;
 
 
 static Surface hostLoadSurface;
@@ -567,11 +566,6 @@
 
         if (KeyboardInterface::getKeyPressed( SDLK_F3 )) {
             Desktop::toggleVisibility( "UnitColorView" );
-        }
-
-        // Toggle unit damage bars.
-        if (KeyboardInterface::getKeyPressed(SDLK_d)) {
-            GameConfig::toggleDrawUnitDamage();
         }
 
         // Remove all selection.
Index: netpanzer/src/NetPanzer/Interfaces/GameManager.hpp
diff -u netpanzer/src/NetPanzer/Interfaces/GameManager.hpp:1.9 
netpanzer/src/NetPanzer/Interfaces/GameManager.hpp:1.10
--- netpanzer/src/NetPanzer/Interfaces/GameManager.hpp:1.9      Tue Sep 16 
16:16:12 2003
+++ netpanzer/src/NetPanzer/Interfaces/GameManager.hpp  Tue Sep 16 16:58:37 2003
@@ -62,7 +62,6 @@
 
     static iXY previous_video_mode_res;
     static iXY current_video_mode_res;
-    static uint8_t  current_mode_flags;
 
 protected:
     static unsigned char game_state;




reply via email to

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