Changeset 8511 in orxonox.OLD for branches/bsp_model/src/world_entities/playable.cc
- Timestamp:
- Jun 16, 2006, 12:36:51 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/bsp_model/src/world_entities/playable.cc
r8490 r8511 376 376 if (this->getHealth() <= 0.0f) 377 377 { 378 this->die();378 // this->destory(); 379 379 380 380 if( State::getGameRules() != NULL) … … 411 411 412 412 413 void Playable::die() 413 414 void Playable::destroy() 414 415 { 415 416 Explosion::explode(dynamic_cast<PNode*>(this), Vector(1.0f, 1.0f, 1.0f));
Note: See TracChangeset
for help on using the changeset viewer.