[Scummvm-cvs-logs] SF.net SVN: scummvm:[49716] scummvm/trunk/engines/drascula/talk.cpp

sev at users.sourceforge.net sev at users.sourceforge.net
Tue Jun 15 12:22:39 CEST 2010


Revision: 49716
          http://scummvm.svn.sourceforge.net/scummvm/?rev=49716&view=rev
Author:   sev
Date:     2010-06-15 10:22:39 +0000 (Tue, 15 Jun 2010)

Log Message:
-----------
Drascula: Add responsiveness while talking.

Modified Paths:
--------------
    scummvm/trunk/engines/drascula/talk.cpp

Modified: scummvm/trunk/engines/drascula/talk.cpp
===================================================================
--- scummvm/trunk/engines/drascula/talk.cpp	2010-06-15 10:22:19 UTC (rev 49715)
+++ scummvm/trunk/engines/drascula/talk.cpp	2010-06-15 10:22:39 UTC (rev 49716)
@@ -331,11 +331,9 @@
 
 			updateRefresh_pre();
 
-			copyBackground(bjX + 2, bjY - 1, bjX + 2, bjY - 1, 27, 40,
-						   bgSurface, screenSurface);
+			copyBackground(bjX + 2, bjY - 1, bjX + 2, bjY - 1, 27, 40, bgSurface, screenSurface);
 
-			copyRect(x_talk[face], 99, bjX + 2, bjY - 1, 27, 40,
-					 drawSurface3, screenSurface);
+			copyRect(x_talk[face], 99, bjX + 2, bjY - 1, 27, 40, drawSurface3, screenSurface);
 			moveCharacters();
 			updateRefresh();
 
@@ -353,6 +351,7 @@
 
 			updateScreen();
 		}
+		updateEvents();
 	} while (!isTalkFinished());
 
 	updateRoom();


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