mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-08 10:51:11 +00:00
ULTIMA8: Fix x offset of Crusader movie subtitle background
This commit is contained in:
parent
bbe846fd2a
commit
d317df77d2
@ -206,7 +206,7 @@ void MovieGump::PaintThis(RenderSurface *surf, int32 lerp_factor, bool scaled) {
|
||||
subtitle->GetDims(textdims);
|
||||
surf->GetSurfaceDims(screendims);
|
||||
surf->Fill32(surf->getPixelFormat().RGBToColor(0, 0, 0),
|
||||
screendims.width() / 2 - 300,
|
||||
screendims.width() / 2 - 300 - screendims.left,
|
||||
y - 3,
|
||||
600,
|
||||
textdims.height() + 5);
|
||||
|
Loading…
Reference in New Issue
Block a user