[Scummvm-cvs-logs] SF.net SVN: scummvm:[47827] scummvm/trunk/engines/gob/inter_fascin.cpp

strangerke at users.sourceforge.net strangerke at users.sourceforge.net
Wed Feb 3 00:35:08 CET 2010


Revision: 47827
          http://scummvm.svn.sourceforge.net/scummvm/?rev=47827&view=rev
Author:   strangerke
Date:     2010-02-02 23:35:08 +0000 (Tue, 02 Feb 2010)

Log Message:
-----------
Fascination - Add a define to enable/disable MDY player, as it currently generates more warnings than sounds

Modified Paths:
--------------
    scummvm/trunk/engines/gob/inter_fascin.cpp

Modified: scummvm/trunk/engines/gob/inter_fascin.cpp
===================================================================
--- scummvm/trunk/engines/gob/inter_fascin.cpp	2010-02-02 23:33:10 UTC (rev 47826)
+++ scummvm/trunk/engines/gob/inter_fascin.cpp	2010-02-02 23:35:08 UTC (rev 47827)
@@ -132,7 +132,9 @@
 }
 
 void Inter_Fascination::oFascin_adlibPlay(OpGobParams &params) {
+#ifdef ENABLE_FASCIN_ADLIB
 	_vm->_sound->adlibPlay();
+#endif
 }
 
 void Inter_Fascination::oFascin_adlibStop(OpGobParams &params) {


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list