From: terencehill Date: Tue, 28 Apr 2015 18:34:48 +0000 (+0200) Subject: Make work menu_showboxes with the charmap X-Git-Tag: xonotic-v0.8.1~55^2~13 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=f4697a31727d008c73690ac54516f9c5d2b8e62f;p=xonotic%2Fxonotic-data.pk3dir.git Make work menu_showboxes with the charmap --- diff --git a/qcsrc/menu/xonotic/charmap.qc b/qcsrc/menu/xonotic/charmap.qc index ba21ba8c8..6953ba78d 100644 --- a/qcsrc/menu/xonotic/charmap.qc +++ b/qcsrc/menu/xonotic/charmap.qc @@ -236,5 +236,6 @@ void XonoticCharmap_draw(entity me) draw_CenterText(charPos, character, me.realFontSize, SKINCOLOR_CHARMAP_CHAR, SKINALPHA_CHARMAP_CHAR, 0); } } + SUPER(XonoticCharmap).draw(me); } #endif