diff options
author | Max Horn | 2004-12-25 23:43:05 +0000 |
---|---|---|
committer | Max Horn | 2004-12-25 23:43:05 +0000 |
commit | 81b6e9e1e6119c85e8b21739fea3580183154e5d (patch) | |
tree | 90ff4fbc56afcee2ed328c3371511083f2710107 /TODO | |
parent | 65ca0a07289216d7183f86b8d3b76f0033c8d34e (diff) | |
download | scummvm-rg350-81b6e9e1e6119c85e8b21739fea3580183154e5d.tar.gz scummvm-rg350-81b6e9e1e6119c85e8b21739fea3580183154e5d.tar.bz2 scummvm-rg350-81b6e9e1e6119c85e8b21739fea3580183154e5d.zip |
Get rid of the useless & troublesome master_volume
svn-id: r16328
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -160,9 +160,6 @@ Audio ===== * Get the high quality resample code to work [Fingolfin has started work on this] -* Consider getting completely rid of the "master volume" (the config key, - the command line switch, in the GUI, and in the engines), it doesn't - seem to serve much of a purpose. * Add "sound types" to the mixer; client code will be able to pass such a type whenever registering an audio stream. Then, volume control will be changed to be based on the sound type. |