Changeset 9730
- Timestamp:
- Oct 31, 2013, 10:25:40 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/gametypes/Mission.cc
r9729 r9730 61 61 this->end(); 62 62 } 63 else if (this->lives_ == 0) 64 { 65 this->missionAccomplished_ = false; 66 this->end(); 67 } 63 68 } 64 69 … … 68 73 { 69 74 this->lives_--; 70 if (this->lives_ == 0)71 {72 this->missionAccomplished_ = false;73 this->end();74 }75 75 } 76 76 }
Note: See TracChangeset
for help on using the changeset viewer.