[Scummvm-cvs-logs] CVS: scummvm/scumm help.cpp,1.14,1.15

Travis Howell kirben at users.sourceforge.net
Thu Dec 25 22:32:02 CET 2003


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv32625/scumm

Modified Files:
	help.cpp 
Log Message:

Update help 


Index: help.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/help.cpp,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- help.cpp	26 Nov 2003 17:48:07 -0000	1.14
+++ help.cpp	26 Dec 2003 06:31:36 -0000	1.15
@@ -98,9 +98,10 @@
 		ADD_BIND("Ctrl s", "Show memory consumption");
 		ADD_BIND("Ctrl f", "Run in fast mode (*)");
 		ADD_BIND("Ctrl g", "Run in really fast mode (*)");
-		ADD_BIND("Ctrl Alt 0-9", "Set graphics filter");
+		ADD_BIND("Ctrl m", "Toggle mouse capture");
+		ADD_BIND("Ctrl Alt 1-8", "Switch between graphics filters");
+		ADD_BIND("Ctrl Alt + and -", "Increase/Decrease the scale factor");
 		ADD_BIND("Ctrl Alt a", "Toggle aspect-ratio correction");
-		ADD_BIND("Ctrl Alt b", "Toggle bilinear filtering [OpenGL]");
 		ADD_LINE;
 		ADD_LINE;
 		ADD_LINE;





More information about the Scummvm-git-logs mailing list