[Scummvm-cvs-logs] SF.net SVN: scummvm:[43164] scummvm/branches/branch-1-0-0/engines/agos/vga. cpp

Kirben at users.sourceforge.net Kirben at users.sourceforge.net
Sun Aug 9 09:17:18 CEST 2009


Revision: 43164
          http://scummvm.svn.sourceforge.net/scummvm/?rev=43164&view=rev
Author:   Kirben
Date:     2009-08-09 07:17:18 +0000 (Sun, 09 Aug 2009)

Log Message:
-----------
Backport fix for bug #2834260 - ELVIRA1: Graphic glitch when bird takes off.

Modified Paths:
--------------
    scummvm/branches/branch-1-0-0/engines/agos/vga.cpp

Modified: scummvm/branches/branch-1-0-0/engines/agos/vga.cpp
===================================================================
--- scummvm/branches/branch-1-0-0/engines/agos/vga.cpp	2009-08-09 07:16:08 UTC (rev 43163)
+++ scummvm/branches/branch-1-0-0/engines/agos/vga.cpp	2009-08-09 07:17:18 UTC (rev 43164)
@@ -1258,7 +1258,7 @@
 			dst += screen->pitch;
 		}
 		 _system->unlockScreen();
-	} else if (num == 4) {
+	} else {
 		const uint16 *vlut = &_videoWindows[num * 4];
 		uint16 xoffs = (vlut[0] - _videoWindows[16]) * 16;
 		uint16 yoffs = (vlut[1] - _videoWindows[17]);


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