- Timestamp:
- Nov 25, 2008, 8:39:00 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/questsystem2/src/orxonox/objects/quest/GlobalQuest.cc
r2251 r2258 147 147 bool GlobalQuest::isStartable(const PlayerInfo* player) const 148 148 { 149 if(!(this->getParentQuest() == NULL || this->getParentQuest()->isActive(player))) 150 { 151 return false; 152 } 149 153 return (this->isInactive(player) && !(this->status_ == questStatus::completed || this->status_ == questStatus::failed)); 150 154 }
Note: See TracChangeset
for help on using the changeset viewer.