aboutsummaryrefslogtreecommitdiff
path: root/scumm/help.cpp
diff options
context:
space:
mode:
authorTravis Howell2003-12-26 06:31:36 +0000
committerTravis Howell2003-12-26 06:31:36 +0000
commit084429acfd71527ad1e60f43c195d50d61d6e0a2 (patch)
treebd32fbe878058a5322dd3515c503c6d77d792fc8 /scumm/help.cpp
parenta3b09e7313c5bb937b45513e8e7024ea1e76d226 (diff)
downloadscummvm-rg350-084429acfd71527ad1e60f43c195d50d61d6e0a2.tar.gz
scummvm-rg350-084429acfd71527ad1e60f43c195d50d61d6e0a2.tar.bz2
scummvm-rg350-084429acfd71527ad1e60f43c195d50d61d6e0a2.zip
Update help
svn-id: r11935
Diffstat (limited to 'scumm/help.cpp')
-rw-r--r--scumm/help.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/scumm/help.cpp b/scumm/help.cpp
index ec697fa2ed..34bb9768fb 100644
--- a/scumm/help.cpp
+++ b/scumm/help.cpp
@@ -98,9 +98,10 @@ void ScummHelp::updateStrings(byte gameId, byte version, int page,
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;