Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7119 in orxonox.OLD


Ignore:
Timestamp:
Feb 8, 2006, 10:08:43 AM (18 years ago)
Author:
patrick
Message:

trunk: more expl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/playable.cc

    r7118 r7119  
    164164void Playable::die()
    165165{
     166  Explosion::explode(dynamic_cast<PNode*>(this), Vector(1.0f, 1.0f, 1.0f));
     167
     168
    166169  if( !this->bDead)
    167170  {
     
    173176        State::getGameRules()->onPlayerDeath();
    174177
    175       Explosion::explode(dynamic_cast<PNode*>(this), Vector(1.0f, 1.0f, 1.0f));
    176178//     this->toList(OM_GROUP_05);
    177179  //HACK: moves the entity to an unknown place far far away: in the future, GameRules will look for that
Note: See TracChangeset for help on using the changeset viewer.