Changeset 9227 in orxonox.OLD for branches/presentation/src
- Timestamp:
- Jul 5, 2006, 1:52:36 PM (19 years ago)
- Location:
- branches/presentation/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/util/multiplayer_team_deathmatch.cc
r9162 r9227 423 423 if ( currentGameState == GAMESTATE_POST_GAME ) 424 424 { 425 State::getCurrentStoryEntity()->stop();425 //State::getCurrentStoryEntity()->stop(); 426 426 this->bShowTeamChange = false; 427 427 -
branches/presentation/src/world_entities/weapons/aiming_system.cc
r9216 r9227 115 115 if( this->owner != killer) 116 116 { 117 //PRINTF(0)("real hit: %s\n", killer->getClassName());117 PRINTF(0)("real hit: %s\n", killer->getClassName()); 118 118 this->selectionList.push_back(killer); 119 119 }
Note: See TracChangeset
for help on using the changeset viewer.