aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/init.h
diff options
context:
space:
mode:
authorArnaud Boutonné2010-08-20 22:23:12 +0000
committerArnaud Boutonné2010-08-20 22:23:12 +0000
commit10066443b06cb0f47f0f3b4bb107ee94439e030a (patch)
tree4b5c134796358227dd9a688979b8d3da9790c1cf /engines/gob/init.h
parent3e427b725b3974a6b13f0790457198a8fbb21cf2 (diff)
downloadscummvm-rg350-10066443b06cb0f47f0f3b4bb107ee94439e030a.tar.gz
scummvm-rg350-10066443b06cb0f47f0f3b4bb107ee94439e030a.tar.bz2
scummvm-rg350-10066443b06cb0f47f0f3b4bb107ee94439e030a.zip
GOB: Add an initGame() for Fascination.
Added in order to suppress the speaker and the adlib flag. When the speaker flag is set, some sounds are skipped. The adlib flag will be required the day the MDY/TBR player will work: SB music for the moment svn-id: r52247
Diffstat (limited to 'engines/gob/init.h')
-rw-r--r--engines/gob/init.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/gob/init.h b/engines/gob/init.h
index 8716c5e67d..8fc301d7a6 100644
--- a/engines/gob/init.h
+++ b/engines/gob/init.h
@@ -97,6 +97,7 @@ public:
~Init_Fascination();
void updateConfig();
+ void initGame();
};
} // End of namespace Gob