From 43481d27c1935ed897a994e3ddd094d6bcf8f04d Mon Sep 17 00:00:00 2001 From: Christopher Schwarz Date: Sat, 31 Oct 2009 18:41:28 +0000 Subject: * (bug 4321) Resort in-game options menu; add more show/hide options (wireddd) --- src/ui/ui_shared.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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 } }; -- cgit