diff options
-rw-r--r-- | engines/agos/vga_e2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/agos/vga_e2.cpp b/engines/agos/vga_e2.cpp index 6919302f7e..a4925de842 100644 --- a/engines/agos/vga_e2.cpp +++ b/engines/agos/vga_e2.cpp @@ -93,7 +93,7 @@ void AGOSEngine::vc45_setWindowPalette() { byte *dst = (byte *)screen->pixels + vlut[0] * 16 + vlut[1] * _dxSurfacePitch; if (getGameType() == GType_ELVIRA2 && num == 7) { - dst -= 4; + dst -= 8; width += 4; } |