aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/console.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/console.cpp')
-rw-r--r--engines/sci/console.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/console.cpp b/engines/sci/console.cpp
index b8b3d2b9a5..2b3570daf5 100644
--- a/engines/sci/console.cpp
+++ b/engines/sci/console.cpp
@@ -831,7 +831,7 @@ bool Console::cmdSaveGame(int argc, const char **argv) {
}
// TODO: enable custom descriptions? force filename into a specific format?
- if (gamestate_save(_vm->_gamestate, out, "debugging")) {
+ if (gamestate_save(_vm->_gamestate, out, "debugging", 0)) {
DebugPrintf("Saving the game state to '%s' failed\n", argv[1]);
}