diff options
Diffstat (limited to 'engines/dm/eventman.cpp')
-rw-r--r-- | engines/dm/eventman.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/dm/eventman.cpp b/engines/dm/eventman.cpp index 0f7c120f17..9f0b387bff 100644 --- a/engines/dm/eventman.cpp +++ b/engines/dm/eventman.cpp @@ -781,7 +781,7 @@ void EventManager::f380_processCommandQueue() { if (cmdType == k140_CommandSaveGame) { if ((_vm->_championMan->_g305_partyChampionCount > 0) && !_vm->_championMan->_g299_candidateChampionOrdinal) - _vm->f433_processCommand140_saveGame(1, "Nice save:)"); + _vm->f433_processCommand140_saveGame(); return; } |