[Scummvm-cvs-logs] SF.net SVN: scummvm:[36170] scummvm/trunk/engines/groovie/script.cpp

spookypeanut at users.sourceforge.net spookypeanut at users.sourceforge.net
Sun Feb 1 10:05:23 CET 2009


Revision: 36170
          http://scummvm.svn.sourceforge.net/scummvm/?rev=36170&view=rev
Author:   spookypeanut
Date:     2009-02-01 09:05:23 +0000 (Sun, 01 Feb 2009)

Log Message:
-----------
T7G: revert r36125 until I figure out why it broke general midi music

Modified Paths:
--------------
    scummvm/trunk/engines/groovie/script.cpp

Modified: scummvm/trunk/engines/groovie/script.cpp
===================================================================
--- scummvm/trunk/engines/groovie/script.cpp	2009-01-31 15:21:47 UTC (rev 36169)
+++ scummvm/trunk/engines/groovie/script.cpp	2009-02-01 09:05:23 UTC (rev 36170)
@@ -581,7 +581,7 @@
 	_mouseClicked = _eventMouseClicked;
 	_eventMouseClicked = false;
 
-	_vm->_musicPlayer->startBackground();
+	//_vm->_musicPlayer->startBackground();
 
 	// Save the current pressed character for the whole loop
 	_kbdChar = _eventKbdChar;


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