diff options
author | Max Horn | 2004-02-21 19:03:16 +0000 |
---|---|---|
committer | Max Horn | 2004-02-21 19:03:16 +0000 |
commit | 1fb02caedf97c1d6c324e78e9fdc653a3534c172 (patch) | |
tree | 19f121666745c428ee07523e9952ba180a5a75e2 /TODO | |
parent | 24e5059aec315c7c6baa7668d352965315487629 (diff) | |
download | scummvm-rg350-1fb02caedf97c1d6c324e78e9fdc653a3534c172.tar.gz scummvm-rg350-1fb02caedf97c1d6c324e78e9fdc653a3534c172.tar.bz2 scummvm-rg350-1fb02caedf97c1d6c324e78e9fdc653a3534c172.zip |
code duplication is bad, maybe we can 'share' the mpeg2 code between bs1 & bs2 ?
svn-id: r12973
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -223,6 +223,14 @@ SCUMM reused for this... * Add support for NES version of Maniac Mansion +Broken Sword 1 & 2 +================== +* Currently BS1 & BS2 duplicate some code for MPEG2 playback. It would seem + logical to share that code (for all the usual good reasons). + We might even want to add a "video" dir (analog to "sound") for the shared + code, if it can be rewritten so that it's reusable. + DO NOT ADD SUCH A DIR without first consulting with Ender and Fingolfin ! + Broken Sword 2 ============== * Enforce ScummVM code formatting guidelines. (Mostly done?) |