[Scummvm-cvs-logs] SF.net SVN: scummvm:[54678] scummvm/trunk/engines/mohawk/myst_stacks/myst. cpp

mthreepwood at users.sourceforge.net mthreepwood at users.sourceforge.net
Tue Nov 30 16:03:31 CET 2010


Revision: 54678
          http://scummvm.svn.sourceforge.net/scummvm/?rev=54678&view=rev
Author:   mthreepwood
Date:     2010-11-30 15:03:31 +0000 (Tue, 30 Nov 2010)

Log Message:
-----------
MOHAWK: Fix the Myst fireplace

Modified Paths:
--------------
    scummvm/trunk/engines/mohawk/myst_stacks/myst.cpp

Modified: scummvm/trunk/engines/mohawk/myst_stacks/myst.cpp
===================================================================
--- scummvm/trunk/engines/mohawk/myst_stacks/myst.cpp	2010-11-30 15:01:26 UTC (rev 54677)
+++ scummvm/trunk/engines/mohawk/myst_stacks/myst.cpp	2010-11-30 15:03:31 UTC (rev 54678)
@@ -2902,6 +2902,8 @@
 			_vm->_varStore->setVar(23, 1);
 		else
 			_vm->_varStore->setVar(23, 0);
+
+		_vm->_gfx->updateScreen();
 	}
 }
 


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