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

svn-id: r26998
This commit is contained in:
Travis Howell 2007-05-28 14:10:19 +00:00
parent d877a0a8d1
commit 97afe587d2

View File

@ -608,7 +608,7 @@ void AGOSEngine::vc10_draw() {
if (getGameType() == GType_ELVIRA2 && getPlatform() == Common::kPlatformAtariST) {
if (((image >= 11 && image <= 16) || (image >= 195 && image <= 198)) &&
_vgaCurSpriteId == 100) {
_zoneNumber == 1) {
y += 75;
}
}