From f4697a31727d008c73690ac54516f9c5d2b8e62f Mon Sep 17 00:00:00 2001 From: terencehill Date: Tue, 28 Apr 2015 20:34:48 +0200 Subject: [PATCH] Make work menu_showboxes with the charmap --- qcsrc/menu/xonotic/charmap.qc | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2