aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/init_geisha.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/init_geisha.cpp')
-rw-r--r--engines/gob/init_geisha.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/engines/gob/init_geisha.cpp b/engines/gob/init_geisha.cpp
index 01081a5af6..b5bbcff400 100644
--- a/engines/gob/init_geisha.cpp
+++ b/engines/gob/init_geisha.cpp
@@ -44,4 +44,11 @@ void Init_Geisha::initVideo() {
_vm->_draw->_transparentCursor = 1;
}
+void Init_Geisha::initGame() {
+ // HACK - Since the MDY/TBR player is not working, claim we have no AdLib
+ _vm->_global->_soundFlags = 0;
+
+ Init::initGame();
+}
+
} // End of namespace Gob