Changeset 9578 in orxonox.OLD for branches/proxy/src/util
- Timestamp:
- Jul 28, 2006, 8:14:53 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/util/multiplayer_team_deathmatch.cc
r9575 r9578 192 192 } 193 193 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 } 194 198 195 199 // check if the menu should be removed and the game state should be entered
Note: See TracChangeset
for help on using the changeset viewer.