diff options
Diffstat (limited to 'engines/dm/eventman.cpp')
-rw-r--r-- | engines/dm/eventman.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/dm/eventman.cpp b/engines/dm/eventman.cpp index 5fe80e2eda..6e868f73de 100644 --- a/engines/dm/eventman.cpp +++ b/engines/dm/eventman.cpp @@ -740,6 +740,7 @@ void EventManager::f380_processCommandQueue() { if (cmdType == k140_CommandSaveGame) { if ((_vm->_championMan->_g305_partyChampionCount > 0) && !_vm->_championMan->_g299_candidateChampionOrdinal) { warning(false, "MISSING CODE: F0433_STARTEND_ProcessCommand140_SaveGame_CPSCDF();"); + _vm->f433_processCommand140_saveGame(1, "Nice save:)"); } return; } |