Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9575 in orxonox.OLD for branches/proxy/src/util


Ignore:
Timestamp:
Jul 28, 2006, 5:20:02 PM (18 years ago)
Author:
patrick
Message:

better debug output now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/util/multiplayer_team_deathmatch.cc

    r9574 r9575  
    138138  if ( currentGameState == GAMESTATE_PRE_GAME || currentGameState == GAMESTATE_GAME )
    139139  {
    140     if( !PlayerStats::getStats( SharedNetworkData::getInstance()->getHostID() ))
    141       PRINTF(0)("got no stats\n");
    142 
    143140    if ( PlayerStats::getStats( SharedNetworkData::getInstance()->getHostID() ) &&
    144141         box == NULL &&
     
    203200     )
    204201  {
    205     // this is actualy good
    206 //     assert(false);
    207 
    208202    delete box;
    209203    box = NULL;
     
    595589    if ( this->statsBox && !this->bLocalPlayerDead && event.bPressed )
    596590    {
    597       PRINTF(0)("hide stats\n");
     591      PRINTF(5)("hide stats\n");
    598592      this->hideStats();
    599593    }
    600594    else if ( !this->statsBox && event.bPressed )
    601595    {
    602       PRINTF(0)("show stats\n");
     596      PRINTF(5)("show stats\n");
    603597      this->showStats();
    604598    }
Note: See TracChangeset for help on using the changeset viewer.