Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 8, 2011, 6:26:51 AM (14 years ago)
Author:
rgrieder
Message:

Removed unnecessary changes in mac_osx branch.

File:
1 edited

Legend:

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

    r7767 r8043  
    5050
    5151        // Checking for the existence of the folder for the default mood
    52         const std::string& patha = "ambient/" + MoodManager::defaultMood_ + "/.";
    53         if (!Resource::exists(patha))
     52        const std::string& path = "ambient/" + MoodManager::defaultMood_ + "/.";
     53        if (!Resource::exists(path))
    5454        {
    5555            // TODO: Non-fatal error handling (non-critical resource missing)
Note: See TracChangeset for help on using the changeset viewer.