diff options
author | Christopher Schwarz <lakitu7@gmail.com> | 2009-10-31 18:41:28 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:17:16 +0000 |
commit | 43481d27c1935ed897a994e3ddd094d6bcf8f04d (patch) | |
tree | 00fdb48cfbc32f9481415dac4c79230d48755225 /src | |
parent | 32b6054f1939f52b77e0e2f0084a2c22d22557ad (diff) |
* (bug 4321) Resort in-game options menu; add more show/hide options (wireddd)
Diffstat (limited to 'src')
-rw-r--r-- | src/ui/ui_shared.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/ui_shared.c b/src/ui/ui_shared.c index a7813bf7..3ffe8676 100644 --- a/src/ui/ui_shared.c +++ b/src/ui/ui_shared.c @@ -4961,6 +4961,7 @@ static bind_t g_bindings[] = { "teamvote no", K_F4, -1, -1, -1 }, { "scoresUp", K_KP_PGUP, -1, -1, -1 }, { "scoresDown", K_KP_PGDN, -1, -1, -1 }, + { "screenshotJPEG",-1, -1, -1, -1 }, { "messagemode", -1, -1, -1, -1 }, { "messagemode2", -1, -1, -1, -1 } }; |