[Scummvm-cvs-logs] CVS: scummvm/queen input.cpp,1.1,1.2

David Eriksson twogood at users.sourceforge.net
Thu Oct 23 00:27:03 CEST 2003


Update of /cvsroot/scummvm/scummvm/queen
In directory sc8-pr-cvs1:/tmp/cvs-serv30857/queen

Modified Files:
	input.cpp 
Log Message:
Stop messing with _fastMode in delay().


Index: input.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/input.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- input.cpp	23 Oct 2003 06:44:35 -0000	1.1
+++ input.cpp	23 Oct 2003 07:21:23 -0000	1.2
@@ -48,6 +48,7 @@
 		while (_system->poll_event(&event)) {
 			switch (event.event_code) {
 				case OSystem::EVENT_KEYDOWN:
+#if 0
 					if (event.kbd.flags == OSystem::KBD_CTRL) {
 						if (event.kbd.keycode == 'f') {
 							_fastMode ^= 1;
@@ -58,6 +59,7 @@
 							break;
 						}
 					}
+#endif
 
 					debug(1, "event.kbd.keycode = %i (%c)", 
 							event.kbd.keycode,





More information about the Scummvm-git-logs mailing list