Ignore:
Timestamp:
09/18/06 02:18:37 (18 years ago)
Author:
giegl
Message:

GTPD - Jungle Rumble - GLOBAL_player_freezeQ WIP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Games/Jungle_Rumble/src/GameManager.cpp

    r1399 r1403  
    1414 
    1515bool GLOBAL_display_help_screenQ = false; 
     16bool GLOBAL_player_freezeQ = false; 
    1617 
    1718 
     
    148149                                case VK_F7: 
    149150                                        //this->gs.getHUD()->displayLose(3, 0.01f); 
     151                                        GLOBAL_player_freezeQ = !GLOBAL_player_freezeQ; 
    150152                                        break; 
    151153                                case VK_F8: 
Note: See TracChangeset for help on using the changeset viewer.