]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/xonotic/radiobutton.qh
Don't show any tooltip with the name of the selected cvar in the cvar list as it...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / xonotic / radiobutton.qh
index cd671a338f296f73ee8a8eb124f03aa1dd50872c..a0f17fcf7c7c508b51bcd44601d09d53f8d2df05 100644 (file)
@@ -12,7 +12,7 @@ CLASS(XonoticRadioButton, RadioButton)
        ATTRIB(XonoticRadioButton, colorF, vector, SKINCOLOR_RADIOBUTTON_F);
        ATTRIB(XonoticRadioButton, colorD, vector, SKINCOLOR_RADIOBUTTON_D);
 
-       ATTRIB(XonoticRadioButton, cvarName, string);
+       ATTRIB(XonoticRadioButton, controlledCvar, string);
        ATTRIB(XonoticRadioButton, cvarValue, string);
        ATTRIB(XonoticRadioButton, cvarOffValue, string);
        ATTRIB(XonoticRadioButton, cvarValueIsAnotherCvar, float, 0);