diff options
author | Bendegúz Nagy | 2016-07-29 22:27:43 +0200 |
---|---|---|
committer | Bendegúz Nagy | 2016-08-26 23:02:22 +0200 |
commit | 2b2a0283322ba1d3852feb59b4cf2a4bcf5ed891 (patch) | |
tree | d8b3300b945df64d0cbc3d409c587cd7856f054c /engines/dm/TODOs | |
parent | ec28573a3b8dac8728f89cf7d9f221f901812388 (diff) | |
download | scummvm-rg350-2b2a0283322ba1d3852feb59b4cf2a4bcf5ed891.tar.gz scummvm-rg350-2b2a0283322ba1d3852feb59b4cf2a4bcf5ed891.tar.bz2 scummvm-rg350-2b2a0283322ba1d3852feb59b4cf2a4bcf5ed891.zip |
DM: Add f444_endGame and checks for Common::EVENT_QUIT
Diffstat (limited to 'engines/dm/TODOs')
-rw-r--r-- | engines/dm/TODOs/todo.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/engines/dm/TODOs/todo.txt b/engines/dm/TODOs/todo.txt index 46928ac0f0..8c05efa73a 100644 --- a/engines/dm/TODOs/todo.txt +++ b/engines/dm/TODOs/todo.txt @@ -31,6 +31,9 @@ Todo: I forgot to add a bunch of warning for show/hide mouse pointer and other mouse functions Finish stuff: + F0444_STARTEND_Endgame + Make missing code warnings to STUB methods + Add quit resuest from scummvm f380_processCommandQueue Missing main loop methods Save file f433_processCommand140_saveGame fails silently @@ -40,7 +43,7 @@ Finish stuff: G0335_ui_SelectedDialogChoice Add dialogs Add failcheck to saveing and loading - F0444_STARTEND_Endgame + Refactoring |