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

mthreepwood at users.sourceforge.net mthreepwood at users.sourceforge.net
Fri Dec 10 03:10:18 CET 2010


Revision: 54850
          http://scummvm.svn.sourceforge.net/scummvm/?rev=54850&view=rev
Author:   mthreepwood
Date:     2010-12-10 02:10:18 +0000 (Fri, 10 Dec 2010)

Log Message:
-----------
MOHAWK: Fix the Myst drawImage debug command

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

Modified: scummvm/trunk/engines/mohawk/console.cpp
===================================================================
--- scummvm/trunk/engines/mohawk/console.cpp	2010-12-10 02:09:48 UTC (rev 54849)
+++ scummvm/trunk/engines/mohawk/console.cpp	2010-12-10 02:10:18 UTC (rev 54850)
@@ -174,6 +174,7 @@
 		rect = Common::Rect((uint16)atoi(argv[2]), (uint16)atoi(argv[3]), (uint16)atoi(argv[4]), (uint16)atoi(argv[5]));
 
 	_vm->_gfx->copyImageToScreen((uint16)atoi(argv[1]), rect);
+	_vm->_gfx->updateScreen();
 	return false;
 }
 


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