[Scummvm-cvs-logs] SF.net SVN: scummvm:[44841] scummvm/trunk/engines/sci/gui/gui_gfx.cpp

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Fri Oct 9 20:57:16 CEST 2009


Revision: 44841
          http://scummvm.svn.sourceforge.net/scummvm/?rev=44841&view=rev
Author:   m_kiewitz
Date:     2009-10-09 18:57:16 +0000 (Fri, 09 Oct 2009)

Log Message:
-----------
SCI/newgui: correction for kAddToPic, fixes guards in 1st screen of kq1

Modified Paths:
--------------
    scummvm/trunk/engines/sci/gui/gui_gfx.cpp

Modified: scummvm/trunk/engines/sci/gui/gui_gfx.cpp
===================================================================
--- scummvm/trunk/engines/sci/gui/gui_gfx.cpp	2009-10-09 18:24:55 UTC (rev 44840)
+++ scummvm/trunk/engines/sci/gui/gui_gfx.cpp	2009-10-09 18:57:16 UTC (rev 44841)
@@ -1192,7 +1192,7 @@
 		view->getCelRect(loopNo, celNo, x, y, priority, &celRect);
 
 		// draw corresponding cel
-		drawCel(viewId, loopNo, celNo, celRect.left, celRect.top, z, paletteNo);
+		drawCel(viewId, loopNo, celNo, celRect.left, celRect.top, priority, paletteNo);
 		if ((signal & SCI_ANIMATE_SIGNAL_IGNOREACTOR) == 0) {
 			celRect.top = CLIP<int16>(PriorityToCoordinate(priority) - 1, celRect.top, celRect.bottom - 1);
 			FillRect(celRect, SCI_SCREEN_MASK_CONTROL, 0, 0, 15);


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