Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 1, 2008, 9:03:51 PM (16 years ago)
Author:
landauf
Message:

converted tabs to spaces

File:
1 edited

Legend:

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

    r2092 r2093  
    7878        try
    7979        {
    80             Quest* quest = QuestManager::findQuest(this->getQuestId());
    81             if(!quest->start(player))
    82             {
    83                return false;
    84             }
    85         }
    86         catch(const orxonox::Exception& ex)
    87         {
     80            Quest* quest = QuestManager::findQuest(this->getQuestId());
     81            if(!quest->start(player))
     82            {
     83               return false;
     84            }
     85        }
     86        catch(const orxonox::Exception& ex)
     87        {
    8888            COUT(2) << ex.getFullDescription() << std::endl;
    8989            return false;
    90         }
     90        }
    9191
    92         return true;
     92        return true;
    9393    }
    9494
Note: See TracChangeset for help on using the changeset viewer.