Changeset 9192 in orxonox.OLD for branches/presentation/src/world_entities/creatures/fps_player.cc
- Timestamp:
- Jul 5, 2006, 8:05:48 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/world_entities/creatures/fps_player.cc
r9191 r9192 248 248 this->getWeaponManager().setSlotPosition(1, Vector(5.0, box->halfLength[1] * f, 0.0)); 249 249 250 this->aimingSystem->toList(OM_ LIST(this->getOMListNumber() + 1) /*OM_GROUP_01*/);250 this->aimingSystem->toList(OM_GROUP_01); 251 251 this->aimingSystem->setParent(&this->cameraNode); 252 252 this->aimingSystem->setParentMode(PNODE_ROTATE_AND_MOVE);
Note: See TracChangeset
for help on using the changeset viewer.