From 5564926e06d3ed6538f7413816d500f173e45e22 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Mon, 24 Jan 2011 06:30:39 +0000 Subject: MOHAWK: Fix Gehn's music player when clicking on it the first time (thanks, digitall) svn-id: r55495 --- engines/mohawk/riven_vars.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/engines/mohawk/riven_vars.cpp b/engines/mohawk/riven_vars.cpp index 7d374dfecd..b18a753c31 100644 --- a/engines/mohawk/riven_vars.cpp +++ b/engines/mohawk/riven_vars.cpp @@ -322,6 +322,7 @@ void MohawkEngine_Riven::initVars() { *getVar("tdl") = 1; *getVar("bmagcar") = 1; *getVar("gnmagcar") = 1; + *getVar("omusicplayer") = 1; // Randomize the telescope combination uint32 *teleCombo = getVar("tcorrectorder"); -- cgit v1.2.3