Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 13, 2009, 6:41:05 PM (16 years ago)
Author:
rgrieder
Message:

Several small fixes and some removed warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pch/src/orxonox/objects/worldentities/triggers/Trigger.cc

    r3110 r3159  
    237237  {
    238238    if (( (this->latestState_ & 2) && this->bStayActive_ && (this->remainingActivations_ <= 0))
    239      || (!(this->latestState_ & 2))                      && (this->remainingActivations_ == 0))
     239     || (!(this->latestState_ & 2)                       && (this->remainingActivations_ == 0)))
    240240      return false;
    241241    else
Note: See TracChangeset for help on using the changeset viewer.