Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 28, 2012, 12:19:54 AM (12 years ago)
Author:
landauf
Message:

update radar-visibility if the visibility of the pawn itself changes. but don't tie it to the visibility directly (and neither to the activity).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/worldentities/pawns/Pawn.h

    r9016 r9254  
    171171            virtual const Vector3& getCarrierPosition(void) const
    172172                { return this->getWorldPosition(); };
    173             virtual void changedActivity(void); //!< To enable radarviewability when the activity is changed
    174             virtual void changedVisibility(void); //!< To enable proper radarviewability when the visibility is changed
     173
     174            virtual void changedVisibility();
    175175
    176176        protected:
Note: See TracChangeset for help on using the changeset viewer.