Changeset 7482 in orxonox.OLD for trunk/src/world_entities
- Timestamp:
- May 2, 2006, 11:08:45 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/playable.cc
r7412 r7482 35 35 36 36 #include "effects/explosion.h" 37 #include "kill.cc" 37 38 38 39 #include "shell_command.h" … … 366 367 { 367 368 this->die(); 369 370 if( State::getGameRules() != NULL) 371 State::getGameRules()->registerKill(Kill(entity, this)); 368 372 } 369 373 }
Note: See TracChangeset
for help on using the changeset viewer.