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

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


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

Log Message:
-----------
Fix bug #2834260 - ELVIRA1: Graphic glitch when bird takes off.

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

Modified: scummvm/trunk/engines/agos/vga.cpp
===================================================================
--- scummvm/trunk/engines/agos/vga.cpp	2009-08-09 04:24:52 UTC (rev 43162)
+++ scummvm/trunk/engines/agos/vga.cpp	2009-08-09 07:16:08 UTC (rev 43163)
@@ -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