Changeset 995 for code/branches/core2/src/orxonox/objects/Projectile.cc
- Timestamp:
- Apr 5, 2008, 6:46:43 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core2/src/orxonox/objects/Projectile.cc
r957 r995 28 28 #include "OrxonoxStableHeaders.h" 29 29 30 #include "../core/CoreIncludes.h" 30 #include "core/CoreIncludes.h" 31 #include "core/Executor.h" 32 31 33 #include "SpaceShip.h" 32 34 #include "Explosion.h" … … 60 62 } 61 63 62 this->destroyTimer_.setTimer(this->lifetime_, false, this, &Projectile::destroyObject);64 this->destroyTimer_.setTimer(this->lifetime_, false, this, createExecutor(createFunctor(&Projectile::destroyObject))); 63 65 } 64 66
Note: See TracChangeset
for help on using the changeset viewer.