[Scummvm-cvs-logs] SF.net SVN: scummvm: [26839] scummvm/trunk/engines/agos/gfx.cpp

kirben at users.sourceforge.net kirben at users.sourceforge.net
Mon May 14 02:00:36 CEST 2007


Revision: 26839
          http://scummvm.svn.sourceforge.net/scummvm/?rev=26839&view=rev
Author:   kirben
Date:     2007-05-13 17:00:36 -0700 (Sun, 13 May 2007)

Log Message:
-----------
Correct error in drawImages(), where _window3Flag should have been used.

Modified Paths:
--------------
    scummvm/trunk/engines/agos/gfx.cpp

Modified: scummvm/trunk/engines/agos/gfx.cpp
===================================================================
--- scummvm/trunk/engines/agos/gfx.cpp	2007-05-13 16:25:18 UTC (rev 26838)
+++ scummvm/trunk/engines/agos/gfx.cpp	2007-05-14 00:00:36 UTC (rev 26839)
@@ -648,7 +648,7 @@
 		_window4Flag = 1;
 	} else if (getGameType() == GType_SIMON1) {
 		if (_windowNum == 3 || _windowNum == 4 || _windowNum >= 10) {
-			if (_windowNum == 3) {
+			if (_window3Flag == 1) {
 				state->surf2_addr = getBackGround();
 				state->surf2_pitch = _screenWidth;
 


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