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, 0 insertions, 7 deletions
diff --git a/engines/gob/init_geisha.cpp b/engines/gob/init_geisha.cpp
index b5bbcff400..01081a5af6 100644
--- a/engines/gob/init_geisha.cpp
+++ b/engines/gob/init_geisha.cpp
@@ -44,11 +44,4 @@ 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