]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/xonotic/charmap.c
let's USE the super keyword! yay!
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / xonotic / charmap.c
index 5547403251dcff62c388c446e9bb0082207e3178..3f3f8e4e1db18557f4ca53422a3b847a5ea59eec 100644 (file)
@@ -139,6 +139,6 @@ void drawXonoticCharmap(entity me)
                        draw_Picture(c, me.image2, '0.0625 0.1 0', '1 1 1', 1);
                }
        }
-       drawImage(me);
+       SUPER(XonoticCharmap).draw(me);
 }
 #endif