aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/TODOs
diff options
context:
space:
mode:
authorBendegúz Nagy2016-07-14 15:53:07 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commit78cf0030e3545eabe254a9643c1c9570d5e1068d (patch)
treeea2896c1d0783a5f2ab540a8ea5a6138c607812a /engines/dm/TODOs
parent3f01beea8aff2177c90dda0a5195f7c348e71baa (diff)
downloadscummvm-rg350-78cf0030e3545eabe254a9643c1c9570d5e1068d.tar.gz
scummvm-rg350-78cf0030e3545eabe254a9643c1c9570d5e1068d.tar.bz2
scummvm-rg350-78cf0030e3545eabe254a9643c1c9570d5e1068d.zip
DM: Fix missing messages at the bottom of the screen
Diffstat (limited to 'engines/dm/TODOs')
-rw-r--r--engines/dm/TODOs/todo.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/engines/dm/TODOs/todo.txt b/engines/dm/TODOs/todo.txt
index d8821e6015..70c000870e 100644
--- a/engines/dm/TODOs/todo.txt
+++ b/engines/dm/TODOs/todo.txt
@@ -7,6 +7,8 @@ Bugs:
Logic:
When object are put on the right side of the current square, they disappear
Drawing door ornaments segfaults when going back to the start
+ Stepping onto the plate next doesn't open the grated gate on the 0th level
+ Walking into walls corrupts memory
Possible bugs:
@@ -26,7 +28,4 @@ Todo:
Finish stuff:
f380_processCommandQueue
Missing main loop methods
- F0577_VBLANK_Handler, if enought time passes, takes the player's chance to act
- - TODO: implement it
- - NOTE: _g318_waitForInputMaxVerticalBlankCount is already included in the engine