[Scummvm-cvs-logs] SF.net SVN: scummvm:[55495] scummvm/trunk/engines/mohawk/riven_vars.cpp

mthreepwood at users.sourceforge.net mthreepwood at users.sourceforge.net
Mon Jan 24 07:30:39 CET 2011


Revision: 55495
          http://scummvm.svn.sourceforge.net/scummvm/?rev=55495&view=rev
Author:   mthreepwood
Date:     2011-01-24 06:30:39 +0000 (Mon, 24 Jan 2011)

Log Message:
-----------
MOHAWK: Fix Gehn's music player when clicking on it the first time (thanks, digitall)

Modified Paths:
--------------
    scummvm/trunk/engines/mohawk/riven_vars.cpp

Modified: scummvm/trunk/engines/mohawk/riven_vars.cpp
===================================================================
--- scummvm/trunk/engines/mohawk/riven_vars.cpp	2011-01-24 05:50:49 UTC (rev 55494)
+++ scummvm/trunk/engines/mohawk/riven_vars.cpp	2011-01-24 06:30:39 UTC (rev 55495)
@@ -322,6 +322,7 @@
 	*getVar("tdl") = 1;
 	*getVar("bmagcar") = 1;
 	*getVar("gnmagcar") = 1;
+	*getVar("omusicplayer") = 1;
 
 	// Randomize the telescope combination
 	uint32 *teleCombo = getVar("tcorrectorder");


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