From 1998ab500ea390ab5cba56ee9773d1a9b4f0b1df Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Wed, 14 Sep 2011 21:38:59 +0200 Subject: GOB: Tell Geisha that we have no AdLib The title music is then played from SND files instead of MDY/TBR files (that we still don't yet support). --- engines/gob/init_geisha.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'engines/gob/init_geisha.cpp') 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 -- cgit v1.2.3