]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Correct the SUPER type
authorSeverin Meyer <sev.ch@web.de>
Fri, 14 Nov 2014 10:56:03 +0000 (11:56 +0100)
committerSeverin Meyer <sev.ch@web.de>
Fri, 14 Nov 2014 10:56:03 +0000 (11:56 +0100)
qcsrc/menu/xonotic/gametypelist.c

index 3492903c4039d9a50416bef3b8f8e60edb0ae722..8883e8bbe4aff519e8c020d4295db2e227154a66 100644 (file)
@@ -111,6 +111,6 @@ float XonoticGametypeList_keyDown(entity me, float scan, float ascii, float shif
                return 1;
        }
 
-       return SUPER(XonoticDemoList).keyDown(me, scan, ascii, shift);
+       return SUPER(XonoticGametypeList).keyDown(me, scan, ascii, shift);
 }
 #endif