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

sev at users.sourceforge.net sev at users.sourceforge.net
Tue Jun 15 12:19:48 CEST 2010


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

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

Bug #2929931: "DRASCULA: Graphic Glitches". Cursor graphics was
not loaded at needed time.

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

Modified: scummvm/trunk/engines/drascula/converse.cpp
===================================================================
--- scummvm/trunk/engines/drascula/converse.cpp	2010-06-15 10:19:25 UTC (rev 49706)
+++ scummvm/trunk/engines/drascula/converse.cpp	2010-06-15 10:19:48 UTC (rev 49707)
@@ -288,9 +288,10 @@
 	if (currentChapter == 2) {
 		if (function == 16)
 			animation_16_2();
-		else if (function == 20)
+		else if (function == 20) {
+			loadPic(menuBackground, backSurface);
 			animation_20_2();
-		else if (function == 23)
+		} else if (function == 23)
 			animation_23_2();
 		else if (function == 29)
 			animation_29_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