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

Kirben at users.sourceforge.net Kirben at users.sourceforge.net
Mon May 28 16:10:20 CEST 2007


Revision: 26998
          http://scummvm.svn.sourceforge.net/scummvm/?rev=26998&view=rev
Author:   Kirben
Date:     2007-05-28 07:10:19 -0700 (Mon, 28 May 2007)

Log Message:
-----------
Use zone number to detect interface height differences in the AtariST verison of Elvira 2.

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

Modified: scummvm/trunk/engines/agos/vga.cpp
===================================================================
--- scummvm/trunk/engines/agos/vga.cpp	2007-05-28 13:01:08 UTC (rev 26997)
+++ scummvm/trunk/engines/agos/vga.cpp	2007-05-28 14:10:19 UTC (rev 26998)
@@ -608,7 +608,7 @@
 
 	if (getGameType() == GType_ELVIRA2 && getPlatform() == Common::kPlatformAtariST) {
 		if (((image >= 11 && image <= 16) || (image >= 195 && image <= 198)) &&
-			_vgaCurSpriteId == 100) {
+			_zoneNumber == 1) {
 			y += 75;
 		}
 	}


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