diff options
Diffstat (limited to 'engines/sci/engine/savegame.cpp')
| -rw-r--r-- | engines/sci/engine/savegame.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/engine/savegame.cpp b/engines/sci/engine/savegame.cpp index 8fca7eabca..93b3a997cc 100644 --- a/engines/sci/engine/savegame.cpp +++ b/engines/sci/engine/savegame.cpp @@ -923,7 +923,7 @@ void gamestate_restore(EngineState *s, Common::SeekableReadStream *fh) { g_sci->_gfxPorts->reset(); // clear screen if (g_sci->_gfxScreen) - g_sci->_gfxScreen->clear(); + g_sci->_gfxScreen->clearForRestoreGame(); #ifdef ENABLE_SCI32 // Also clear any SCI32 planes/screen items currently showing so they // don't show up after the load. |
