Changeset 7103 in orxonox.OLD for trunk/src/world_entities/npcs
- Timestamp:
- Feb 7, 2006, 9:45:52 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/npcs/ground_turret.cc
r7102 r7103 27 27 #include "load_param.h" 28 28 29 #include "effects/explosion.h" 30 29 31 CREATE_FACTORY(GroundTurret, CL_GROUND_TURRET); 30 32 … … 60 62 { 61 63 this->setClassID(CL_GROUND_TURRET, "GroundTurret"); 62 this->loadModel("models/ground_turret .obj", 5);64 this->loadModel("models/ground_turret_#.obj", 5); 63 65 this->left = NULL; 64 66 this->right = NULL; … … 176 178 { 177 179 this->setAbsDirSoft(Quaternion(-90, Vector(0,0,1)), 90); 180 Explosion::explode(this, Vector(5,50,0)); 178 181 } 179 182
Note: See TracChangeset
for help on using the changeset viewer.