diff options
-rw-r--r-- | engines/agos/vga.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/agos/vga.cpp b/engines/agos/vga.cpp index ee3881ac52..b2a22df2b6 100644 --- a/engines/agos/vga.cpp +++ b/engines/agos/vga.cpp @@ -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; } } |