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/AddQuest.cc

    r2909 r2910  
    2828
    2929/**
    30     @file AddQuest.cc
     30    @file
    3131    @brief Implementation of the AddQuest class.
    3232*/
     
    4242#include "orxonox/objects/infos/PlayerInfo.h"
    4343#include "QuestManager.h"
    44 #include "QuestDescription.h"
    4544#include "Quest.h"
    4645
     
    9796        try
    9897        {
    99             Quest* quest = QuestManager::getInstance().findQuest(this->getQuestId());
     98            Quest* quest = QuestManager::findQuest(this->getQuestId());
    10099            if(quest == NULL || !quest->start(player))
    101100            {
Note: See TracChangeset for help on using the changeset viewer.