[Scummvm-cvs-logs] SF.net SVN: scummvm: [28467] scummvm/trunk/engines/parallaction/dialogue. cpp

peres001 at users.sourceforge.net peres001 at users.sourceforge.net
Mon Aug 6 10:44:14 CEST 2007


Revision: 28467
          http://scummvm.svn.sourceforge.net/scummvm/?rev=28467&view=rev
Author:   peres001
Date:     2007-08-06 01:44:14 -0700 (Mon, 06 Aug 2007)

Log Message:
-----------
Fixes bug #1766217 (flickering monk), and prevents animations from stepping back one frame when a dialogue starts. This is part of the regression introduced when screen refreshes were cut down.

Modified Paths:
--------------
    scummvm/trunk/engines/parallaction/dialogue.cpp

Modified: scummvm/trunk/engines/parallaction/dialogue.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/dialogue.cpp	2007-08-06 08:38:45 UTC (rev 28466)
+++ scummvm/trunk/engines/parallaction/dialogue.cpp	2007-08-06 08:44:14 UTC (rev 28467)
@@ -383,6 +383,8 @@
 	_q = _dialogue->_questions[0];
 	int16 answer;
 
+	_vm->_gfx->copyScreen(Gfx::kBitFront, Gfx::kBitBack);
+
 	while (_q) {
 
 		answer = 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