Changeset 8786 in orxonox.OLD for branches/network/src/util/multiplayer_team_deathmatch.cc
- Timestamp:
- Jun 26, 2006, 2:10:56 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/util/multiplayer_team_deathmatch.cc
r8782 r8786 297 297 if ( teamScore[i] >= maxKills ) 298 298 { 299 //team i wins 300 //TODO 299 nextGameState(); 301 300 } 302 301 } … … 422 421 if ( currentGameState == GAMESTATE_POST_GAME ) 423 422 { 424 //TODO end game 423 State::getCurrentStoryEntity()->stop(); 424 this->bShowTeamChange = false; 425 425 426 426 return;
Note: See TracChangeset
for help on using the changeset viewer.