Changeset 8362 in orxonox.OLD for trunk/src/util/game_rules.cc
- Timestamp:
- Jun 14, 2006, 10:08:41 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/util/game_rules.cc
r7488 r8362 22 22 #include "util/mission_goal.h" 23 23 24 #include "debug.h" 24 25 25 26 … … 79 80 } 80 81 82 /** 83 * adding a kill event to the kill list 84 * @param kill the kill object containing all infos 85 */ 86 void GameRules::registerKill(const Kill& kill) 87 { 88 PRINTF(0)("Received Event: Kill\n"); 89 this->killList.push_back(kill); 90 } 91
Note: See TracChangeset
for help on using the changeset viewer.