Changeset 5634 in orxonox.OLD for trunk/src/world_entities
- Timestamp:
- Nov 18, 2005, 6:09:01 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/player.cc
r5556 r5634 33 33 #include "event.h" 34 34 35 #include "executor/executor.h" 35 36 36 37 using namespace std; … … 118 119 void Player::init() 119 120 { 121 Executor* test = new ExecutorObjective<Player>("test", "Player", &Player::ADDWEAPON); 122 120 123 // this->setRelDir(Quaternion(M_PI, Vector(1,0,0))); 121 124 this->setClassID(CL_PLAYER, "Player"); … … 161 164 this->weaponMan->setSlotPosition(9, Vector(-2.5, -0.3, 2.0)); 162 165 this->weaponMan->setSlotDirection(9, Quaternion(+M_PI, Vector(1,0,0))); 163 164 166 } 165 167
Note: See TracChangeset
for help on using the changeset viewer.