[Scummvm-cvs-logs] CVS: scummvm/scumm input.cpp,2.15,2.16

Max Horn fingolfin at users.sourceforge.net
Sun Mar 6 10:03:36 CET 2005


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2152

Modified Files:
	input.cpp 
Log Message:
Remove obsolete comment (I really should save files before commiting them ;-)

Index: input.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/input.cpp,v
retrieving revision 2.15
retrieving revision 2.16
diff -u -d -r2.15 -r2.16
--- input.cpp	6 Mar 2005 18:00:54 -0000	2.15
+++ input.cpp	6 Mar 2005 18:02:43 -0000	2.16
@@ -392,8 +392,6 @@
 			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 @@
 			_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);
 





More information about the Scummvm-git-logs mailing list