diff options
author | Travis Howell | 2004-08-07 07:40:39 +0000 |
---|---|---|
committer | Travis Howell | 2004-08-07 07:40:39 +0000 |
commit | 078e195d0fb73eaff3d57ef906b1afcf0f518384 (patch) | |
tree | a51107ea155eccf49365f16bdd55f434511d8314 | |
parent | b53c75561ee8f0c7c5b55b61325076795a90f1fe (diff) | |
download | scummvm-rg350-078e195d0fb73eaff3d57ef906b1afcf0f518384.tar.gz scummvm-rg350-078e195d0fb73eaff3d57ef906b1afcf0f518384.tar.bz2 scummvm-rg350-078e195d0fb73eaff3d57ef906b1afcf0f518384.zip |
Update
svn-id: r14497
-rw-r--r-- | TODO | 2 | ||||
-rw-r--r-- | scumm/insane/insane.cpp | 1 |
2 files changed, 0 insertions, 3 deletions
@@ -261,8 +261,6 @@ SCUMM - Add code for MP3 and Ogg Vorbis compressed datafiles * SMUSH: - Add code for MP3 encoded sound tracks -* PC version of FT demo - - Add insane support * Humongous Entertainment Games - Add proper handling of sound in Humongous games - Add sound pitch support for piano keys in piano mini game of fbear (DOS) diff --git a/scumm/insane/insane.cpp b/scumm/insane/insane.cpp index 43b3ccd507..c843461f4e 100644 --- a/scumm/insane/insane.cpp +++ b/scumm/insane/insane.cpp @@ -40,7 +40,6 @@ // TODO (in no particular order): // o Code review/cleanup -// o DOS demo INSANE namespace Scumm { |