Changeset 8840 in orxonox.OLD for branches/multi_player_map/src/util
- Timestamp:
- Jun 28, 2006, 1:21:37 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/multi_player_map/src/util/game_rules.cc
r8802 r8840 90 90 if ( !SharedNetworkData::getInstance()->isGameServer() ) 91 91 return; 92 92 93 PRINTF(0)("Received Event: Kill\n"); 93 this->killList.push_back(kill);94 // this->killList.push_back(kill); 94 95 } 95 96
Note: See TracChangeset
for help on using the changeset viewer.