]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/xonotic/textlabel.c
Merge branch 'master' into Mario/respawn_delays
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / xonotic / textlabel.c
index d0107525f980a559062f1cc0adee43d418205a75..757e07ff1bc74e77408c5b22e364ea1727863275 100644 (file)
@@ -17,11 +17,11 @@ entity makeXonoticTextLabel(float theAlign, string theText)
        me.configureXonoticTextLabel(me, theAlign, theText);
        return me;
 }
-void configureXonoticTextLabelXonoticTextLabel(entity me, float theAlign, string theText)
+void XonoticTextLabel_configureXonoticTextLabel(entity me, float theAlign, string theText)
 {
        me.configureLabel(me, theText, me.fontSize, theAlign);
 }
-void drawXonoticTextLabel(entity me)
+void XonoticTextLabel_draw(entity me)
 {
        SUPER(XonoticTextLabel).draw(me);
 }