diff options
-rw-r--r-- | engines/sludge/backdrop.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sludge/backdrop.cpp b/engines/sludge/backdrop.cpp index a1f656f6aa..7c21183d2c 100644 --- a/engines/sludge/backdrop.cpp +++ b/engines/sludge/backdrop.cpp @@ -959,7 +959,7 @@ bool mixHSI(Common::SeekableReadStream *stream, int x, int y) { return false; Graphics::TransparentSurface tmp(mixSurface, false); - tmp.blit(backdropSurface, x, y); + tmp.blit(backdropSurface, x, y, Graphics::FLIP_NONE, nullptr, TS_ARGB(255, 255 >> 1, 255, 255)); mixSurface.free(); ; #if 0 |