Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 18, 2007, 3:19:15 PM (18 years ago)
Author:
nicolasc
Message:

initial upload form mouse aiming in VS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/presentation/src/world_entities/weapons/rf_cannon.cc

    r10702 r10714  
    138138
    139139  pj->setAbsCoor(this->emissionPoint[this->activeBarrel]->getAbsCoor());
    140   pj->setAbsDir(this->getAbsDir());
     140//   pj->setAbsDir(this->getAbsDir());
     141//   pj->setAbsDir(Quaternion(0, dynamic_cast<WeaponManager*>(this->getParent())->getFixedTarget()->getAbsCoor() - this->getParent()->getAbsCoor()));
    141142  pj->activate();
    142143
Note: See TracChangeset for help on using the changeset viewer.