Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 25, 2008, 8:39:00 AM (17 years ago)
Author:
dafrick
Message:

Finalizing, found an error…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/questsystem2/src/orxonox/objects/quest/LocalQuest.cc

    r2251 r2258  
    131131    bool LocalQuest::isStartable(const PlayerInfo* player) const
    132132    {
     133        if(!(this->getParentQuest() == NULL || this->getParentQuest()->isActive(player)))
     134        {
     135            return false;
     136        }
    133137        return this->isInactive(player);
    134138    }
Note: See TracChangeset for help on using the changeset viewer.