aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/detection.cpp
diff options
context:
space:
mode:
authorFilippos Karapetis2009-08-18 09:12:41 +0000
committerFilippos Karapetis2009-08-18 09:12:41 +0000
commit65ac355efa2cb792278e34de5c397ab11c8a46e3 (patch)
tree6ccefc71fb3a8a03050be104bf54ebbff43e840d /engines/sci/detection.cpp
parentc9402c5559dee28ccc99fb7abca5dc83ec46a330 (diff)
downloadscummvm-rg350-65ac355efa2cb792278e34de5c397ab11c8a46e3.tar.gz
scummvm-rg350-65ac355efa2cb792278e34de5c397ab11c8a46e3.tar.bz2
scummvm-rg350-65ac355efa2cb792278e34de5c397ab11c8a46e3.zip
Removed the maxMemory parameter of the resource manager and replaced it with a define
svn-id: r43503
Diffstat (limited to 'engines/sci/detection.cpp')
-rw-r--r--engines/sci/detection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/detection.cpp b/engines/sci/detection.cpp
index 88bd0d63c3..d46dd2cbd8 100644
--- a/engines/sci/detection.cpp
+++ b/engines/sci/detection.cpp
@@ -3090,7 +3090,7 @@ const ADGameDescription *SciMetaEngine::fallbackDetect(const Common::FSList &fsl
#if 0
// Determine the game id
// TODO
- ResourceManager *resMgr = new ResourceManager(256 * 1024);
+ ResourceManager *resMgr = new ResourceManager();
SciVersion version = resMgr->sciVersion();
SegManager *segManager = new SegManager(resMgr, version);
reg_t game_obj = script_lookup_export(segManager, 0, 0);