Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5937


Ignore:
Timestamp:
Oct 13, 2009, 9:52:52 PM (15 years ago)
Author:
dafrick
Message:

Also a very minor update for DistanceTriggger.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/modules/objects/triggers/DistanceTrigger.cc

    r5781 r5937  
    4343    this->distance_ = 100;
    4444    this->targetMask_.exclude(Class(BaseObject));
    45     this->setForPlayer(false); //!< Normally hasn't just ControllableEntities as targets.
     45    this->setForPlayer(false); //!< Normally hasn't just players as targets.
    4646  }
    4747
Note: See TracChangeset for help on using the changeset viewer.