diff options
-rw-r--r-- | scumm/gfx.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/gfx.cpp b/scumm/gfx.cpp index 648bf6bec9..ab3bbfed73 100644 --- a/scumm/gfx.cpp +++ b/scumm/gfx.cpp @@ -2567,7 +2567,7 @@ void Gdi::decodeStripHE(byte *dst, const byte *src, int height, byte transpCheck } } } - dst += 312; + dst += _vm->_screenWidth - 8;; height--; } } |