Changeset 8724 in orxonox.OLD for trunk/src/world_entities/playable.cc
- Timestamp:
- Jun 22, 2006, 3:14:58 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/playable.cc
r8490 r8724 65 65 66 66 this->bDead = false; 67 67 68 68 this->subscribeReaction(CREngine::CR_PHYSICS_GROUND_WALK, CL_BSP_ENTITY); 69 69 … … 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.