aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorMax Horn2005-03-06 18:02:43 +0000
committerMax Horn2005-03-06 18:02:43 +0000
commit8743ff7537c068056b8d424955957bb8ed8270c9 (patch)
treed0828674f4c7873a543d81842529c262e94e0998 /scumm
parenta0d5debc7a8f4b24b6888de668d18fa8e0aedab9 (diff)
downloadscummvm-rg350-8743ff7537c068056b8d424955957bb8ed8270c9.tar.gz
scummvm-rg350-8743ff7537c068056b8d424955957bb8ed8270c9.tar.bz2
scummvm-rg350-8743ff7537c068056b8d424955957bb8ed8270c9.zip
Remove obsolete comment (I really should save files before commiting them ;-)
svn-id: r17010
Diffstat (limited to 'scumm')
-rw-r--r--scumm/input.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/scumm/input.cpp b/scumm/input.cpp
index 3836c40636..df299c9f32 100644
--- a/scumm/input.cpp
+++ b/scumm/input.cpp
@@ -392,8 +392,6 @@ void ScummEngine::processKbd(bool smushMode) {
vol--;
// Display the music volume
- // FIXME: Should we use runDialog here? It'll pause the sound/music and video
- // which is both good and bad...
ValueDisplayDialog dlg("Music volume: ", 0, 16, vol, ']', '[');
vol = runDialog(dlg);
@@ -410,8 +408,6 @@ void ScummEngine::processKbd(bool smushMode) {
_defaultTalkDelay--;
// Display the talk speed
- // FIXME: Should we use runDialog here? It'll pause the sound/music and video
- // which is both good and bad...
ValueDisplayDialog dlg("Talk speed: ", 0, 10, _defaultTalkDelay, '+', '-');
_defaultTalkDelay = runDialog(dlg);