- 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/LocalQuest.cc
r2251 r2258 131 131 bool LocalQuest::isStartable(const PlayerInfo* player) const 132 132 { 133 if(!(this->getParentQuest() == NULL || this->getParentQuest()->isActive(player))) 134 { 135 return false; 136 } 133 137 return this->isInactive(player); 134 138 }
Note: See TracChangeset
for help on using the changeset viewer.