Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 15, 2009, 10:40:53 PM (16 years ago)
Author:
rgrieder
Message:

Removed some tabs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/sound3/src/orxonox/MoodManager.cc

    r6031 r6072  
    4444        moodOld_ = "default";
    4545        this->setConfigValues();
    46                 CommandExecutor::addConsoleCommandShortcut(createConsoleCommand(createFunctor(&MoodManager::setMood, this), "setMood"));
     46        CommandExecutor::addConsoleCommandShortcut(createConsoleCommand(createFunctor(&MoodManager::setMood, this), "setMood"));
    4747    }
    4848
     
    5858    }
    5959
    60         /**
     60    /**
    6161     *  Sets the mood
    6262     *  @note TODO: Inform dependent classes of mood change
    6363     */
    64         void MoodManager::setMood(const std::string& mood) {
    65                 ModifyConfigValue(mood_, set, mood);
    66         }
    67        
    68         // gets the current mood
    69         const std::string& MoodManager::getMood() {
    70                 return mood_;
    71         }
     64    void MoodManager::setMood(const std::string& mood)
     65    {
     66        ModifyConfigValue(mood_, set, mood);
     67    }
     68   
     69    // gets the current mood
     70    const std::string& MoodManager::getMood()
     71    {
     72        return mood_;
     73    }
    7274
    7375    void MoodManager::checkMoodValidity()
Note: See TracChangeset for help on using the changeset viewer.