]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Make work menu_showboxes with the charmap
authorterencehill <piuntn@gmail.com>
Tue, 28 Apr 2015 18:34:48 +0000 (20:34 +0200)
committerterencehill <piuntn@gmail.com>
Tue, 28 Apr 2015 18:34:48 +0000 (20:34 +0200)
qcsrc/menu/xonotic/charmap.qc

index ba21ba8c8d9fd0875740294fdd6266832c24f257..6953ba78d169138c967d34bf258955619dbe598d 100644 (file)
@@ -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