diff --git a/engines/hopkins/graphics.cpp b/engines/hopkins/graphics.cpp index f955b91514cc..734e16ccaa8c 100644 --- a/engines/hopkins/graphics.cpp +++ b/engines/hopkins/graphics.cpp @@ -392,8 +392,9 @@ void GraphicsManager::A_PCX320(byte *surface, const Common::String &file, byte * surface[i++] = v12; --v10; } while (v10); + --i; } else { - surface[i++] = v9; + surface[i] = v9; } }