Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7482 in orxonox.OLD for trunk/src/world_entities


Ignore:
Timestamp:
May 2, 2006, 11:08:45 PM (19 years ago)
Author:
patrick
Message:

orxonox: working on kill event processing (game rule specific)

File:
1 edited

Legend:

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

    r7412 r7482  
    3535
    3636#include "effects/explosion.h"
     37#include "kill.cc"
    3738
    3839#include "shell_command.h"
     
    366367    {
    367368      this->die();
     369
     370      if( State::getGameRules() != NULL)
     371        State::getGameRules()->registerKill(Kill(entity, this));
    368372    }
    369373  }
Note: See TracChangeset for help on using the changeset viewer.