Changeset 8043 for code/branches/mac_osx/src/orxonox/MoodManager.cc
- Timestamp:
- Mar 8, 2011, 6:26:51 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/mac_osx/src/orxonox/MoodManager.cc
r7767 r8043 50 50 51 51 // Checking for the existence of the folder for the default mood 52 const std::string& path a= "ambient/" + MoodManager::defaultMood_ + "/.";53 if (!Resource::exists(path a))52 const std::string& path = "ambient/" + MoodManager::defaultMood_ + "/."; 53 if (!Resource::exists(path)) 54 54 { 55 55 // TODO: Non-fatal error handling (non-critical resource missing)
Note: See TracChangeset
for help on using the changeset viewer.