aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sci.h
diff options
context:
space:
mode:
authorFilippos Karapetis2010-10-29 10:58:54 +0000
committerFilippos Karapetis2010-10-29 10:58:54 +0000
commit5cfb461b5b340e5f95134fcc10a8ae21af59f2a6 (patch)
tree522ea424d0d3f50089d9d8d48aa6a2ba6287f0f4 /engines/sci/sci.h
parent509f79990daa032c40af759552064c28b703ea97 (diff)
downloadscummvm-rg350-5cfb461b5b340e5f95134fcc10a8ae21af59f2a6.tar.gz
scummvm-rg350-5cfb461b5b340e5f95134fcc10a8ae21af59f2a6.tar.bz2
scummvm-rg350-5cfb461b5b340e5f95134fcc10a8ae21af59f2a6.zip
SCI: Added detection of some fan made script patches.
When such a script patch is found, a dialog pops up at the beginning of the game, asking the user to remove it. The issues that these script patches fix have already been fixed in ScummVM, thus these patches aren't necessary, plus they can lead to crashes, freezes, buggy behavior and/or unexpected errors, thus it is better if they aren't used at all, if possible svn-id: r53920
Diffstat (limited to 'engines/sci/sci.h')
-rw-r--r--engines/sci/sci.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/sci/sci.h b/engines/sci/sci.h
index 8ecdadb8ff..606cc008ee 100644
--- a/engines/sci/sci.h
+++ b/engines/sci/sci.h
@@ -348,6 +348,8 @@ private:
void initStackBaseWithSelector(Selector selector);
+ bool gameHasFanMadePatch();
+
const ADGameDescription *_gameDescription;
const SciGameId _gameId;
ResourceManager *_resMan; /**< The resource manager */