at v192 683 B view raw
1diff --git a/source/main/framework/ContentManager.cpp b/source/main/framework/ContentManager.cpp 2index 0bfea8c..82cdab9 100644 3--- a/source/main/framework/ContentManager.cpp 4+++ b/source/main/framework/ContentManager.cpp 5@@ -238,6 +238,7 @@ bool ContentManager::init(void) 6 #endif // USE_OPENAL 7 8 // and the content 9+ ResourceGroupManager::getSingleton().addResourceLocation(SSETTING("Program Path")+"packs", "FileSystem", "Packs", true); 10 ResourceGroupManager::getSingleton().addResourceLocation(SSETTING("User Path")+"packs", "FileSystem", "Packs", true); 11 ResourceGroupManager::getSingleton().addResourceLocation(SSETTING("User Path")+"mods", "FileSystem", "Packs", true); 12