From: terencehill Date: Fri, 4 Feb 2011 18:08:44 +0000 (+0100) Subject: Add a missing key X-Git-Tag: xonotic-v0.8.0~139^2~1^2~155^2~47 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=422afb8e27b123718f19dcaf6c3b807e71b96d04;p=xonotic%2Fxonotic-data.pk3dir.git Add a missing key --- diff --git a/qcsrc/menu/xonotic/dialog_multiplayer_screenshot_screenshotviewer.c b/qcsrc/menu/xonotic/dialog_multiplayer_screenshot_screenshotviewer.c index 454667145..50efafc51 100644 --- a/qcsrc/menu/xonotic/dialog_multiplayer_screenshot_screenshotviewer.c +++ b/qcsrc/menu/xonotic/dialog_multiplayer_screenshot_screenshotviewer.c @@ -52,6 +52,7 @@ float XonoticScreenshotViewerDialog_keyDown(entity me, float key, float ascii, f { switch(key) { + case K_KP_LEFTARROW: case K_LEFTARROW: me.scrList.goScreenshot(me.scrList, -1); return 1;