From: Severin Meyer Date: Fri, 14 Nov 2014 10:56:03 +0000 (+0100) Subject: Correct the SUPER type X-Git-Tag: xonotic-v0.8.0~148^2~1 X-Git-Url: https://de.git.xonotic.org/?a=commitdiff_plain;h=35df246dbbf4ed2cbbce330a2aefd9551f9d9426;p=xonotic%2Fxonotic-data.pk3dir.git Correct the SUPER type --- 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