]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/xonotic/languagelist.qc
Unify boolean constants
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / xonotic / languagelist.qc
index 5345e631335ad9cbe1842409c6265b9db6db2ae4..2d43a47e32910587c6508dabab26bacb16aeae14 100644 (file)
@@ -64,7 +64,7 @@ void XonoticLanguageList_drawListBoxItem(entity me, float i, vector absSize, flo
        s = me.languageParameter(me, i, LANGPARM_NAME_LOCALIZED);
 
        vector save_fontscale = draw_fontscale;
-       float f = draw_CondensedFontFactor(s, FALSE, me.realFontSize, 1);
+       float f = draw_CondensedFontFactor(s, false, me.realFontSize, 1);
        draw_fontscale.x *= f;
        vector fs = me.realFontSize;
        fs.x *= f;
@@ -75,7 +75,7 @@ void XonoticLanguageList_drawListBoxItem(entity me, float i, vector absSize, flo
        if(p != "")
        {
                vector save_fontscale = draw_fontscale;
-               float f = draw_CondensedFontFactor(p, FALSE, me.realFontSize, 1);
+               float f = draw_CondensedFontFactor(p, false, me.realFontSize, 1);
                draw_fontscale.x *= f;
                vector fs = me.realFontSize;
                fs.x *= f;