]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/xonotic/textlabel.qc
Unify boolean constants
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / xonotic / textlabel.qc
index c0e0806d83dc379e5276d48f2c30fc5a95ec3c0e..cb54da19e21b81f901cea7d1e5c697ecfdbfe5d1 100644 (file)
@@ -23,7 +23,7 @@ entity makeXonoticHeaderLabel(string theText)
        me = makeXonoticTextLabel(0.5, theText);
        me.colorL = SKINCOLOR_HEADER;
        me.alpha = SKINALPHA_HEADER;
-       me.isBold = TRUE;
+       me.isBold = true;
        return me;
 }
 void XonoticTextLabel_configureXonoticTextLabel(entity me, float theAlign, string theText)