- Timestamp:
- Jun 13, 2009, 6:41:05 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pch/src/orxonox/objects/worldentities/triggers/Trigger.cc
r3110 r3159 237 237 { 238 238 if (( (this->latestState_ & 2) && this->bStayActive_ && (this->remainingActivations_ <= 0)) 239 || (!(this->latestState_ & 2) ) && (this->remainingActivations_ == 0))239 || (!(this->latestState_ & 2) && (this->remainingActivations_ == 0))) 240 240 return false; 241 241 else
Note: See TracChangeset
for help on using the changeset viewer.