Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8844 in orxonox.OLD for trunk/src/world_entities/creatures


Ignore:
Timestamp:
Jun 28, 2006, 12:17:53 PM (18 years ago)
Author:
bensch
Message:

deleting weapons should be fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/creatures/fps_player.cc

    r8776 r8844  
    117117  this->getWeaponManager().setSlotDirection(1, Quaternion(M_PI_4*.5, Vector(1,0,0)));
    118118
     119  this->getWeaponManager().setParentNode(&this->cameraNode);
    119120  this->getWeaponManager().getFixedTarget()->setParent(&this->cameraNode);
    120121  this->getWeaponManager().getFixedTarget()->setRelCoor(1000,0,0);
Note: See TracChangeset for help on using the changeset viewer.