[Scummvm-cvs-logs] SF.net SVN: scummvm:[47519] scummvm/trunk/engines/cine/various.cpp

buddha_ at users.sourceforge.net buddha_ at users.sourceforge.net
Sun Jan 24 21:23:14 CET 2010


Revision: 47519
          http://scummvm.svn.sourceforge.net/scummvm/?rev=47519&view=rev
Author:   buddha_
Date:     2010-01-24 20:23:09 +0000 (Sun, 24 Jan 2010)

Log Message:
-----------
Cine: executePlayerInput: Operation Stealth: Fix target object name not disappearing when passing over an empty area with a verb already chosen.

Modified Paths:
--------------
    scummvm/trunk/engines/cine/various.cpp

Modified: scummvm/trunk/engines/cine/various.cpp
===================================================================
--- scummvm/trunk/engines/cine/various.cpp	2010-01-24 20:16:16 UTC (rev 47518)
+++ scummvm/trunk/engines/cine/various.cpp	2010-01-24 20:23:09 UTC (rev 47519)
@@ -849,7 +849,7 @@
 	}
 
 	if (allowPlayerInput) { // Player input is allowed
-		if (g_cine->getGameType() == Cine::GType_FW && isDrawCommandEnabled) {
+		if (isDrawCommandEnabled) {
 			renderer->setCommand(commandBuffer);
 		}
 		isDrawCommandEnabled = 0;


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