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

    r2092 r2093  
    8888        {
    8989            QuestHint* hint = QuestManager::findHint(this->hintId_);
    90             if(!hint->activate(player))
    91             {
    92                 return false;
    93             }
    94         }
    95         catch(const Exception& e)
    96         {
    97            COUT(2) << e.getFullDescription() << std::endl;
    98            return false;
    99         }
     90            if(!hint->activate(player))
     91            {
     92                return false;
     93            }
     94        }
     95        catch(const Exception& e)
     96        {
     97           COUT(2) << e.getFullDescription() << std::endl;
     98           return false;
     99        }
    100100
    101         return true;
     101        return true;
    102102
    103103    }
Note: See TracChangeset for help on using the changeset viewer.