aboutsummaryrefslogtreecommitdiff
path: root/engines/toltecs/TODO.txt
diff options
context:
space:
mode:
Diffstat (limited to 'engines/toltecs/TODO.txt')
-rw-r--r--engines/toltecs/TODO.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/toltecs/TODO.txt b/engines/toltecs/TODO.txt
index 62df586d8d..6cf06a4f2a 100644
--- a/engines/toltecs/TODO.txt
+++ b/engines/toltecs/TODO.txt
@@ -11,7 +11,6 @@ TODO
- each resource type gets its own class, the resource cache manages the resource instances
- generic resource class which has a method that creates a MemoryReadStream
- rewrite parts of the engine to use the new resource system
-- Add sound support (after rewrite of the resource system)
- Add music support (game seems to use XMIDI, MIDI and headerless music...figure out more)
- Add game menu
- Rewrite from scratch with only minor stuff from the disasm since the original menu is one huge
@@ -32,3 +31,4 @@ DONE
- Implement dirty rectangles (low priority)
- Optimize segment mask redrawing (only redraw what's neccessary)
- Add movie playback functionality (movie format is known, needs implementing)
+- Add sound support (after rewrite of the resource system)