Changeset 4829 in orxonox.OLD for orxonox/trunk/src/world_entities/weapons
- Timestamp:
- Jul 9, 2005, 1:11:08 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/weapons/test_gun.cc
r4758 r4829 23 23 #include "test_gun.h" 24 24 25 #include "stdincl.h"26 25 #include "world_entity.h" 27 26 #include "model.h" 28 27 #include "test_bullet.h" 29 28 29 #include "state.h" 30 30 #include "vector.h" 31 31 #include "list.h" … … 157 157 pj->setAbsDir(this->getAbsDir()); 158 158 pj->setVelocity(this->getVelocity()); 159 this->worldEntities->add(pj);159 State::getWorldEntityList()->add(pj); 160 160 this->localTime = 0; 161 161
Note: See TracChangeset
for help on using the changeset viewer.