]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/xonotic/slider.c
overlooked two places that set a slider value, now the slider animations and start...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / xonotic / slider.c
index c76ed08a84f5d2ab98c148ebc4f735cfd518a6a2..134557da7dcd9bd1c12065e89f213d78fea799d1 100644 (file)
@@ -62,7 +62,7 @@ void loadCvarsXonoticSlider(entity me)
        if not(me.cvarName)
                return;
 
-       me.value = cvar(me.cvarName);
+       me.setValue( me, cvar(me.cvarName) );
 }
 void saveCvarsXonoticSlider(entity me)
 {