diff options
Diffstat (limited to 'engines/kyra/gui_v2.cpp')
-rw-r--r-- | engines/kyra/gui_v2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/gui_v2.cpp b/engines/kyra/gui_v2.cpp index fe4b54d09b..2247a0ca2e 100644 --- a/engines/kyra/gui_v2.cpp +++ b/engines/kyra/gui_v2.cpp @@ -625,7 +625,7 @@ int GUI_v2::saveMenu(Button *caller) { Graphics::Surface thumb; createScreenThumbnail(thumb); Util::convertDOSToISO(_saveDescription); - _vm->saveGameState(_saveSlot, _saveDescription, &thumb); + _vm->saveGameStateIntern(_saveSlot, _saveDescription, &thumb); thumb.free(); _displayMenu = false; |