From 35df246dbbf4ed2cbbce330a2aefd9551f9d9426 Mon Sep 17 00:00:00 2001 From: Severin Meyer Date: Fri, 14 Nov 2014 11:56:03 +0100 Subject: [PATCH] Correct the SUPER type --- qcsrc/menu/xonotic/gametypelist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/menu/xonotic/gametypelist.c b/qcsrc/menu/xonotic/gametypelist.c index 3492903c4..8883e8bbe 100644 --- a/qcsrc/menu/xonotic/gametypelist.c +++ b/qcsrc/menu/xonotic/gametypelist.c @@ -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 -- 2.39.2