Changeset 7079 in orxonox.OLD for trunk/src/world_entities
- Timestamp:
- Feb 7, 2006, 4:18:20 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/playable.cc
r7078 r7079 167 167 168 168 169 this->toList(OM_DEAD );169 this->toList(OM_DEAD_TICK); 170 170 //HACK: moves the entity to an unknown place far far away: in the future, GameRules will look for that 171 171 this->setAbsCoor(-2000.0, -2000.0, -2000.0); … … 173 173 //explosion hack 174 174 this->emitter->setSystem(explosionParticles); 175 this->setAbsCoor(0, 0, 0);176 175 this->emitter->setSystem(NULL); 177 176 }
Note: See TracChangeset
for help on using the changeset viewer.