]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cvar.c
Revert the cvar alias system, as a checkpoint pending an overhaul
[xonotic/darkplaces.git] / cvar.c
diff --git a/cvar.c b/cvar.c
index be6ed386f08405660bdf053b7884830703a965fe..0b039e7f9754675ea802069689fe2891083eb40e 100644 (file)
--- a/cvar.c
+++ b/cvar.c
@@ -357,7 +357,7 @@ static void Cvar_SetQuick_Internal (cvar_t *var, const char *value)
                return;
 
        memcpy(new_value,value,MAX_INPUTLINE);
-       
+
        // Call the function stored in the cvar for bounds checking, cleanup, etc
        if (var->callback)
                var->callback(new_value);