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

    r2092 r2093  
    7474        try
    7575        {
    76             Quest* quest = QuestManager::findQuest(this->getQuestId());
    77             if(!quest->fail(player))
    78             {
    79                return false;
    80             }
    81         }
    82         catch(const Exception& e)
    83         {
     76            Quest* quest = QuestManager::findQuest(this->getQuestId());
     77            if(!quest->fail(player))
     78            {
     79               return false;
     80            }
     81        }
     82        catch(const Exception& e)
     83        {
    8484            COUT(2) << e.getFullDescription() << std::endl;
    8585            return false;
    86         }
     86        }
    8787
    88         return true;
     88        return true;
    8989    }
    9090
Note: See TracChangeset for help on using the changeset viewer.