Changeset 5937
- Timestamp:
- Oct 13, 2009, 9:52:52 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/modules/objects/triggers/DistanceTrigger.cc
r5781 r5937 43 43 this->distance_ = 100; 44 44 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. 46 46 } 47 47
Note: See TracChangeset
for help on using the changeset viewer.