Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 2, 2013, 2:08:46 PM (10 years ago)
Author:
zifloria
Message:

new Explosions!!!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/invaders/src/orxonox/worldentities/BigExplosion.h

    r9667 r9837  
    2222 *   Author:
    2323 *      Benjamin de Capitani
    24  *   Co-authors:
     24 *   Co-authors:§
    2525 *      ...
    2626 *
     
    3333
    3434#include "tools/Timer.h"
    35 #include "StaticEntity.h"
     35#include "MobileEntity.h"
    3636
    3737namespace orxonox
    3838{
    39     class _OrxonoxExport BigExplosion : public StaticEntity
     39    class _OrxonoxExport BigExplosion : public MobileEntity
    4040    {
    4141        public:
     
    6060            bool                  bStop_;
    6161
    62             StaticEntity*         explosion_;
     62            MobileEntity*         explosion_;
    6363
    6464            MovableEntity*        debrisEntity1_;
Note: See TracChangeset for help on using the changeset viewer.