aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
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);