aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/resource.h
diff options
context:
space:
mode:
authorFilippos Karapetis2014-10-18 15:33:07 +0300
committerFilippos Karapetis2014-10-18 16:03:49 +0300
commit4736c490e1d3182f58db8a51b400f96b9559dad8 (patch)
tree85f90c0616cd3ce8b37868ca294267854e033644 /engines/sci/resource.h
parentfe3ed8ded270510a6233a2ca2376befeceeed0e4 (diff)
downloadscummvm-rg350-4736c490e1d3182f58db8a51b400f96b9559dad8.tar.gz
scummvm-rg350-4736c490e1d3182f58db8a51b400f96b9559dad8.tar.bz2
scummvm-rg350-4736c490e1d3182f58db8a51b400f96b9559dad8.zip
SCI: Separate the rest of the detection-only functions
This should fix bug #6717 - "SCI fallback detection assert failure"
Diffstat (limited to 'engines/sci/resource.h')
-rw-r--r--engines/sci/resource.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/engines/sci/resource.h b/engines/sci/resource.h
index 8260ddb27e..62f3c584ac 100644
--- a/engines/sci/resource.h
+++ b/engines/sci/resource.h
@@ -312,7 +312,12 @@ public:
/**
* Initializes the resource manager.
*/
- void init(bool initFromFallbackDetector = false);
+ void init();
+
+ /**
+ * Similar to the function above, only called from the fallback detector
+ */
+ void initForDetection();
/**
* Adds all of the resource files for a game