From 4b063230b76c066a2612d90fbc4ad0df7ee10ec0 Mon Sep 17 00:00:00 2001 From: Arnaud BoutonnĂ© Date: Tue, 2 Feb 2010 23:35:08 +0000 Subject: Fascination - Add a define to enable/disable MDY player, as it currently generates more warnings than sounds svn-id: r47827 --- engines/gob/inter_fascin.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines') diff --git a/engines/gob/inter_fascin.cpp b/engines/gob/inter_fascin.cpp index 22c421ecd1..126b2b1c7e 100644 --- a/engines/gob/inter_fascin.cpp +++ b/engines/gob/inter_fascin.cpp @@ -132,7 +132,9 @@ void Inter_Fascination::oFascin_loadExtasy(OpGobParams ¶ms) { } void Inter_Fascination::oFascin_adlibPlay(OpGobParams ¶ms) { +#ifdef ENABLE_FASCIN_ADLIB _vm->_sound->adlibPlay(); +#endif } void Inter_Fascination::oFascin_adlibStop(OpGobParams ¶ms) { -- cgit v1.2.3