aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2004-08-07 07:40:39 +0000
committerTravis Howell2004-08-07 07:40:39 +0000
commit078e195d0fb73eaff3d57ef906b1afcf0f518384 (patch)
treea51107ea155eccf49365f16bdd55f434511d8314
parentb53c75561ee8f0c7c5b55b61325076795a90f1fe (diff)
downloadscummvm-rg350-078e195d0fb73eaff3d57ef906b1afcf0f518384.tar.gz
scummvm-rg350-078e195d0fb73eaff3d57ef906b1afcf0f518384.tar.bz2
scummvm-rg350-078e195d0fb73eaff3d57ef906b1afcf0f518384.zip
Update
svn-id: r14497
-rw-r--r--TODO2
-rw-r--r--scumm/insane/insane.cpp1
2 files changed, 0 insertions, 3 deletions
diff --git a/TODO b/TODO
index 0182d3e977..17f572573f 100644
--- a/TODO
+++ b/TODO
@@ -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 {