[Scummvm-cvs-logs] SF.net SVN: scummvm: [29848] scummvm/trunk/engines/cine/various.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Thu Dec 13 15:04:37 CET 2007


Revision: 29848
          http://scummvm.svn.sourceforge.net/scummvm/?rev=29848&view=rev
Author:   thebluegr
Date:     2007-12-13 06:04:36 -0800 (Thu, 13 Dec 2007)

Log Message:
-----------
Fixed one more regression from the latest cleanup

Modified Paths:
--------------
    scummvm/trunk/engines/cine/various.cpp

Modified: scummvm/trunk/engines/cine/various.cpp
===================================================================
--- scummvm/trunk/engines/cine/various.cpp	2007-12-13 13:51:04 UTC (rev 29847)
+++ scummvm/trunk/engines/cine/various.cpp	2007-12-13 14:04:36 UTC (rev 29848)
@@ -1267,8 +1267,8 @@
 	}
 
 	gfxDrawPlainBoxRaw(X, currentY, X + width, currentY + 4, color2, page1Raw);	// bottom part
-	drawMessageBox(X, Y, width, Y, 1, 0, page1Raw);
-	drawMessageBox(X, Y, width, Y, 0, color, page1Raw);
+	drawMessageBox(X, Y, width, currentY, 1, 0, page1Raw);
+	drawMessageBox(X, Y, width, currentY, 0, color, page1Raw);
 
 	blitRawScreen(page1Raw);
 


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