diff options
author | Bendegúz Nagy | 2016-07-26 13:24:48 +0200 |
---|---|---|
committer | Bendegúz Nagy | 2016-08-26 23:02:22 +0200 |
commit | 700c4327d3f957a839bfc4dbb4f425f163553d1c (patch) | |
tree | 1f6cffde144a7adb220eb94dc4d16c4dd582ef89 /engines/dm/TODOs | |
parent | f0a916197a6776ea5af733f2b0bdb2a0c731a19b (diff) | |
download | scummvm-rg350-700c4327d3f957a839bfc4dbb4f425f163553d1c.tar.gz scummvm-rg350-700c4327d3f957a839bfc4dbb4f425f163553d1c.tar.bz2 scummvm-rg350-700c4327d3f957a839bfc4dbb4f425f163553d1c.zip |
DM: Move DMEngine::_rnd to private, fix erroneous ranges with random number generations
Diffstat (limited to 'engines/dm/TODOs')
-rw-r--r-- | engines/dm/TODOs/todo.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/dm/TODOs/todo.txt b/engines/dm/TODOs/todo.txt index b2bac2aa71..65e7251161 100644 --- a/engines/dm/TODOs/todo.txt +++ b/engines/dm/TODOs/todo.txt @@ -8,9 +8,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 Object display is a bit mixed up with regards to which cell is it drawn in - Method cthulu messes up the callstack + Possible bugs: |