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

GTPD - Jungle Rumble - GLOBAL_player_freezeQ (F6 kill opponents, F7 freeze player) working

File:
1 edited

Legend:

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

    r1403 r1406  
    7373        if(GLOBAL_player_freezeQ) {  
    7474                this->setBehaveAs(Node::KINEMATIC); 
     75                if(this->winPe->isEmitting()) { 
     76                        this->winPe->update(dt); 
     77                } 
    7578                return;  
    7679        } 
Note: See TracChangeset for help on using the changeset viewer.