6f7cb59e04
'RoR' then. On linux, disable Caleum rendering. It does not work. Known bug upstream. svn path=/nixpkgs/trunk/; revision=32553
13 lines
683 B
Diff
13 lines
683 B
Diff
diff --git a/source/main/framework/ContentManager.cpp b/source/main/framework/ContentManager.cpp
|
|
index 0bfea8c..82cdab9 100644
|
|
--- a/source/main/framework/ContentManager.cpp
|
|
+++ b/source/main/framework/ContentManager.cpp
|
|
@@ -238,6 +238,7 @@ bool ContentManager::init(void)
|
|
#endif // USE_OPENAL
|
|
|
|
// and the content
|
|
+ ResourceGroupManager::getSingleton().addResourceLocation(SSETTING("Program Path")+"packs", "FileSystem", "Packs", true);
|
|
ResourceGroupManager::getSingleton().addResourceLocation(SSETTING("User Path")+"packs", "FileSystem", "Packs", true);
|
|
ResourceGroupManager::getSingleton().addResourceLocation(SSETTING("User Path")+"mods", "FileSystem", "Packs", true);
|
|
|