Changeset 9575 in orxonox.OLD for branches/proxy/src/util
- Timestamp:
- Jul 28, 2006, 5:20:02 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/util/multiplayer_team_deathmatch.cc
r9574 r9575 138 138 if ( currentGameState == GAMESTATE_PRE_GAME || currentGameState == GAMESTATE_GAME ) 139 139 { 140 if( !PlayerStats::getStats( SharedNetworkData::getInstance()->getHostID() ))141 PRINTF(0)("got no stats\n");142 143 140 if ( PlayerStats::getStats( SharedNetworkData::getInstance()->getHostID() ) && 144 141 box == NULL && … … 203 200 ) 204 201 { 205 // this is actualy good206 // assert(false);207 208 202 delete box; 209 203 box = NULL; … … 595 589 if ( this->statsBox && !this->bLocalPlayerDead && event.bPressed ) 596 590 { 597 PRINTF( 0)("hide stats\n");591 PRINTF(5)("hide stats\n"); 598 592 this->hideStats(); 599 593 } 600 594 else if ( !this->statsBox && event.bPressed ) 601 595 { 602 PRINTF( 0)("show stats\n");596 PRINTF(5)("show stats\n"); 603 597 this->showStats(); 604 598 }
Note: See TracChangeset
for help on using the changeset viewer.