Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 28, 2006, 8:14:53 PM (18 years ago)
Author:
patrick
Message:

full debug out. don't start because its to overwhelming:D

File:
1 edited

Legend:

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

    r9575 r9578  
    192192  }
    193193
     194  if( PlayerStats::getStats( SharedNetworkData::getInstance()->getHostID() ) )
     195  {
     196    PRINTF(0)("prefered team id: %i, noteam: %i\n", PlayerStats::getStats( SharedNetworkData::getInstance()->getHostID() )->getPreferedTeamId(), TEAM_NOTEAM);
     197  }
    194198
    195199  // check if the menu should be removed and the game state should be entered
Note: See TracChangeset for help on using the changeset viewer.