X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fmenu%2Fxonotic%2Fcolorbutton.c;h=772c9e452cdfb72e6e74fd1a7f2b52ff86624acb;hb=786db02b0c9aa618c581b7c3fe7392ad114797d8;hp=fd19f280a4d408b51d8fa1e1fba9b68a488829ab;hpb=40c99b50ee69f18ebe88918e72a4598822c41ea0;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/menu/xonotic/colorbutton.c b/qcsrc/menu/xonotic/colorbutton.c index fd19f280a..772c9e452 100644 --- a/qcsrc/menu/xonotic/colorbutton.c +++ b/qcsrc/menu/xonotic/colorbutton.c @@ -67,7 +67,7 @@ void XonoticColorButton_setChecked(entity me, float val) } void XonoticColorButton_loadCvars(entity me) { - if not(me.cvarName) + if (!me.cvarName) return; if(cvar_string(me.cvarName) == cvar_defstring(me.cvarName)) @@ -80,7 +80,7 @@ void XonoticColorButton_loadCvars(entity me) } void XonoticColorButton_saveCvars(entity me) { - if not(me.cvarName) + if (!me.cvarName) return; if(me.checked)