Changeset 6589 in orxonox.OLD for trunk/src/world_entities/weapons
- Timestamp:
- Jan 18, 2006, 4:41:57 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/weapons/turret.cc
r6565 r6589 45 45 this->setActionSound(WA_RELOAD, "sound/vocals/reload.wav"); 46 46 47 this->loadModel("models/guns/turret1.obj");48 47 } 49 48 … … 98 97 this->setEmissionPoint(1.684, 0.472, 0); 99 98 //this->getProjectileFactory()->prepare(100); 99 this->loadModel("models/guns/turret1.obj"); 100 100 101 } 101 102
Note: See TracChangeset
for help on using the changeset viewer.