X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fmenu%2Fxonotic%2Fcheckbox_string.c;h=ecafefed646811efc4749056e41ec4812a9289a6;hb=13a42acaac2ee6b7f0494b0a02cefc1e270d9727;hp=3b6b36f4e278f9127ced54bff0b0a4e5512d3ea4;hpb=917c4d99d8e9328dcd93fd4c4c3dc89f4579c1b0;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/menu/xonotic/checkbox_string.c b/qcsrc/menu/xonotic/checkbox_string.c index 3b6b36f4e..ecafefed6 100644 --- a/qcsrc/menu/xonotic/checkbox_string.c +++ b/qcsrc/menu/xonotic/checkbox_string.c @@ -50,7 +50,7 @@ void XonoticCheckBoxString_setChecked(entity me, float foo) } void XonoticCheckBoxString_loadCvars(entity me) { - if not(me.cvarName) + if (!me.cvarName) return; if(cvar_string(me.cvarName) == me.yesString) @@ -58,7 +58,7 @@ void XonoticCheckBoxString_loadCvars(entity me) } void XonoticCheckBoxString_saveCvars(entity me) { - if not(me.cvarName) + if (!me.cvarName) return; if(me.checked)