diff options
author | Bendegúz Nagy | 2016-07-14 19:44:58 +0200 |
---|---|---|
committer | Bendegúz Nagy | 2016-08-26 23:02:22 +0200 |
commit | d7c7f110c1f63ec91c0837e09e9a614b6eee3cb2 (patch) | |
tree | 21439416938959682feca12f9be524809ec02fb5 /engines/dm/TODOs | |
parent | 665ea3beff7be4d9240ff89b671d8e77038a0990 (diff) | |
download | scummvm-rg350-d7c7f110c1f63ec91c0837e09e9a614b6eee3cb2.tar.gz scummvm-rg350-d7c7f110c1f63ec91c0837e09e9a614b6eee3cb2.tar.bz2 scummvm-rg350-d7c7f110c1f63ec91c0837e09e9a614b6eee3cb2.zip |
DM: Fix pressure plate on level 0
Diffstat (limited to 'engines/dm/TODOs')
-rw-r--r-- | engines/dm/TODOs/todo.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/dm/TODOs/todo.txt b/engines/dm/TODOs/todo.txt index 229ed8cb55..71b8aa191b 100644 --- a/engines/dm/TODOs/todo.txt +++ b/engines/dm/TODOs/todo.txt @@ -7,7 +7,7 @@ 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 + Placing one of the play icons from the top right corner into one of the champions' hands will crash the engine Possible bugs: - k1_LeftMouseButton and k2_RightMouseButton have values 1 and 2 respectively, contrary to the original in the original: MASK0x0001_MOUSE_RIGHT_BUTTON, MASK0x0002_MOUSE_LEFT_BUTTON |