mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-03 17:33:05 +00:00
Use zone number to detect interface height differences in the AtariST verison of Elvira 2.
svn-id: r26998
This commit is contained in:
parent
d877a0a8d1
commit
97afe587d2
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user