Changeset 2078 for code/branches/objecthierarchy/src/orxonox
- Timestamp:
- Oct 31, 2008, 6:31:46 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy/src/orxonox/objects/worldentities/triggers/Trigger.cc
r2071 r2078 119 119 { 120 120 this->latestState_ &= 0xFE; // set trigger bit to 0 121 if (this->bSwitch_) 122 this->storeState(); 123 else 121 if (!this->bSwitch_) 124 122 this->switchState(); 125 123 }
Note: See TracChangeset
for help on using the changeset viewer.