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

aquadran at users.sourceforge.net aquadran at users.sourceforge.net
Sun Mar 9 10:20:16 CET 2008


Revision: 31079
          http://scummvm.svn.sourceforge.net/scummvm/?rev=31079&view=rev
Author:   aquadran
Date:     2008-03-09 01:20:16 -0800 (Sun, 09 Mar 2008)

Log Message:
-----------
next fixes after merge regressions

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

Modified: scummvm/trunk/engines/drascula/drascula.cpp
===================================================================
--- scummvm/trunk/engines/drascula/drascula.cpp	2008-03-09 09:08:10 UTC (rev 31078)
+++ scummvm/trunk/engines/drascula/drascula.cpp	2008-03-09 09:20:16 UTC (rev 31079)
@@ -3085,8 +3085,9 @@
 
 	actualiza_refresco_antes();
 
-	pon_igor();
-	if (num_ejec != 4) {
+	if (num_ejec == 1 || num_ejec == 4)
+		pon_igor();
+	if (num_ejec == 1) {
 		pon_dr();
 		DIBUJA_FONDO(x_igor, y_igor, x_igor, y_igor, 29, 25, dir_dibujo1, dir_zona_pantalla);
 	}
@@ -3119,7 +3120,11 @@
 			goto bucless;
 	}
 
-	if (num_ejec != 4) {
+	if (num_ejec == 6) {
+		refresca_pantalla();
+	}
+
+	if (num_ejec == 1) {
 		DIBUJA_FONDO(0, 0, 0, 0, 320, 200, dir_dibujo1, dir_zona_pantalla);
 		pon_igor();
 		pon_dr();


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