]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_sprite.c
crash fix for use of $*/$0-9 when not in an alias, patch from KadaverJack
[xonotic/darkplaces.git] / model_sprite.c
index 367d9e9e849cc1920af28808953efc985de9fc88..13b0798e05f84cd5ca6cda2856b82f1a87f4ef6e 100644 (file)
@@ -25,7 +25,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #include "quakedef.h"
 #include "image.h"
 
-cvar_t r_mipsprites = {CVAR_SAVE, "r_mipsprites", "1"};
+cvar_t r_mipsprites = {CVAR_SAVE, "r_mipsprites", "1", "mipmaps skins (so they become blurrier in the distance), unlike skins the sprites do not have strange border colors"};
 
 /*
 ===============