Changeset 4597 in orxonox.OLD for orxonox/trunk/src/world_entities/test_gun.cc
- Timestamp:
- Jun 11, 2005, 12:55:48 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/test_gun.cc
r4592 r4597 43 43 creates a new weapon 44 44 */ 45 TestGun::TestGun (PNode* parent, const Vector& coordinate, const Quaternion& direction, int leftRight) 45 TestGun::TestGun (PNode* parent, const Vector& coordinate, 46 const Quaternion& direction, int leftRight) 46 47 : Weapon (parent, coordinate, direction) 47 48 { 48 49 this->setClassID(CL_TEST_GUN, "TestGun"); 50 49 51 this->model = (Model*)ResourceManager::getInstance()->load("models/test_gun.obj", OBJ, RP_CAMPAIGN); 50 52 this->idleTime = 0.2f;
Note: See TracChangeset
for help on using the changeset viewer.