]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Add a missing key
authorterencehill <piuntn@gmail.com>
Fri, 4 Feb 2011 18:08:44 +0000 (19:08 +0100)
committerterencehill <piuntn@gmail.com>
Fri, 4 Feb 2011 18:08:44 +0000 (19:08 +0100)
qcsrc/menu/xonotic/dialog_multiplayer_screenshot_screenshotviewer.c

index 454667145eceef8783739b0bee995c102c5658f7..50efafc51bb47ae23638cfb5245f6e06749f2748 100644 (file)
@@ -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;