aboutsummaryrefslogtreecommitdiff
path: root/scumm/saveload.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/saveload.cpp')
-rw-r--r--scumm/saveload.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/saveload.cpp b/scumm/saveload.cpp
index bd8c76fc65..22add4a88a 100644
--- a/scumm/saveload.cpp
+++ b/scumm/saveload.cpp
@@ -136,7 +136,7 @@ bool Scumm::loadState(int slot, bool compat)
gdi._mask_left = -1;
- initScreens(0, 0, 320, 200);
+ initScreens(0, 0, _realWidth, _realHeight);
// Force a fade to black
int old_screenEffectFlag = _screenEffectFlag;
@@ -144,7 +144,7 @@ bool Scumm::loadState(int slot, bool compat)
fadeOut(129);
_screenEffectFlag = old_screenEffectFlag;
- initScreens(0, sb, 320, sh);
+ initScreens(0, sb, _realWidth, sh);
_completeScreenRedraw = true;
setDirtyColors(0, 255);