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

sev at users.sourceforge.net sev at users.sourceforge.net
Tue Jun 15 12:20:44 CEST 2010


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

Log Message:
-----------
Drascula: Fix bug #2826610.

Bug #2826610: "DRASCULA: Graveyard GFX error". Actually it was fixed
by previous commit. Added more responsiveness for this animation.

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

Modified: scummvm/trunk/engines/drascula/animation.cpp
===================================================================
--- scummvm/trunk/engines/drascula/animation.cpp	2010-06-15 10:20:26 UTC (rev 49709)
+++ scummvm/trunk/engines/drascula/animation.cpp	2010-06-15 10:20:44 UTC (rev 49710)
@@ -40,6 +40,7 @@
 		}
 		updateScreen(destX, destY, destX, destY, width, height, screenSurface);
 		x += width;
+		updateEvents();
 		pause(delayVal);
 	}
 }
@@ -1961,6 +1962,7 @@
 	loadPic(974, extraSurface);
 }
 
+// Use sickle on plant
 void DrasculaEngine::animation_7_2() {
 	debug(4, "animation_7_2()");
 


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