X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fmenu%2Fxonotic%2Fradiobutton.c;h=85cc4fc5c559a3c56125fcce05e8aef6f1f7bf6e;hb=b28d93a4701cfb1718e92a86e9e2860dd1a0138a;hp=4ac5aa7b188030dc40c316a4982d71370946d9bc;hpb=d0db4b5db11800d291fbdba93a67e8487fa033e2;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/menu/xonotic/radiobutton.c b/qcsrc/menu/xonotic/radiobutton.c index 4ac5aa7b1..85cc4fc5c 100644 --- a/qcsrc/menu/xonotic/radiobutton.c +++ b/qcsrc/menu/xonotic/radiobutton.c @@ -75,8 +75,8 @@ void XonoticRadioButton_loadCvars(entity me) } void XonoticRadioButton_draw(entity me) { - if not(me.cvarValue) - if not(me.cvarName) + if (!me.cvarValue) + if (!me.cvarName) { // this is the "other" option // always select this if none other is