aboutsummaryrefslogtreecommitdiff
path: root/backends/midi
diff options
context:
space:
mode:
authorMax Horn2007-09-11 09:20:39 +0000
committerMax Horn2007-09-11 09:20:39 +0000
commit4cc9d17c345883d4a764dd182d5a76167040c888 (patch)
treedfd6619c6779946ae6f9913d3ef98c98c5f22e26 /backends/midi
parent4a4fc235f22351331c7c5f33b83303d84622641b (diff)
downloadscummvm-rg350-4cc9d17c345883d4a764dd182d5a76167040c888.tar.gz
scummvm-rg350-4cc9d17c345883d4a764dd182d5a76167040c888.tar.bz2
scummvm-rg350-4cc9d17c345883d4a764dd182d5a76167040c888.zip
Adding various FIXME comments to bogus (non-self-explanatory) existing FIXME comments; and some other related cleanup
svn-id: r28890
Diffstat (limited to 'backends/midi')
-rw-r--r--backends/midi/quicktime.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/midi/quicktime.cpp b/backends/midi/quicktime.cpp
index 2abbad757a..3267bb3415 100644
--- a/backends/midi/quicktime.cpp
+++ b/backends/midi/quicktime.cpp
@@ -38,7 +38,7 @@
#endif
-// FIXME - the following disables reverb support in the QuickTime / CoreAudio
+// FIXME: the following disables reverb support in the QuickTime / CoreAudio
// midi backends. For some reasons, reverb will suck away a *lot* of CPU time.
// Until we know for sure what is causing this and if there is a better way to
// fix the problem, we just disable all reverb for these backends.