]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/xonotic/inputbox.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 / inputbox.qh
index 7be855cd9d4667c2f42d05d44561e51e63b14623..95d2a8da5bdbdb39b1cb31faefd24e8f11f762eb 100644 (file)
@@ -26,7 +26,7 @@ CLASS(XonoticInputBox, InputBox)
        ATTRIB(XonoticInputBox, cb_colorF, vector, SKINCOLOR_CLEARBUTTON_F);
        ATTRIB(XonoticInputBox, cb_colorC, vector, SKINCOLOR_CLEARBUTTON_C);
 
-       ATTRIB(XonoticInputBox, cvarName, string);
+       ATTRIB(XonoticInputBox, controlledCvar, string);
        METHOD(XonoticInputBox, loadCvars, void(entity));
        METHOD(XonoticInputBox, saveCvars, void(entity));
        ATTRIB(XonoticInputBox, sendCvars, float, 0);