From 8743ff7537c068056b8d424955957bb8ed8270c9 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 6 Mar 2005 18:02:43 +0000 Subject: Remove obsolete comment (I really should save files before commiting them ;-) svn-id: r17010 --- scumm/input.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'scumm') 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); -- cgit v1.2.3