Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 8, 2009, 1:36:05 AM (15 years ago)
Author:
landauf
Message:

reverted r2909 because there were some unwanted files included

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/objects/quest/FailQuest.cc

    r2909 r2910  
    2828 
    2929/**
    30     @file FailQuest.cc
     30    @file
    3131    @brief Implementation of the FailQuest class.
    3232*/
     
    9595        try
    9696        {
    97             quest = QuestManager::getInstance().findQuest(this->getQuestId());
     97            quest = QuestManager::findQuest(this->getQuestId());
    9898            if(quest == NULL || !quest->fail(player))
    9999            {
Note: See TracChangeset for help on using the changeset viewer.