Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6137 in orxonox.OLD for branches/objectmanager/src/lib/coord


Ignore:
Timestamp:
Dec 16, 2005, 6:10:59 PM (20 years ago)
Author:
bensch
Message:

om: linkage-fixes in the WeaponManager

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/objectmanager/src/lib/coord/p_node.h

    r6078 r6137  
    7979
    8080  // ACTIVATION //
    81   inline void activateNode() { this->bActive = true; };
     81  inline void activateNode() { this->bActive = this->bRelCoorChanged = this->bRelDirChanged = true; };
    8282  inline void deactivateNode() { this->bActive = false; };
    8383  inline bool getNodeActiveState() { return this->bActive; };
Note: See TracChangeset for help on using the changeset viewer.