This should fix the skins problem windows users have been experiencing. I must

have accidently killed the correct version in either my cvar audit or the skin
re-vamp. Thanks, Invigor, for your help in finding this.
This commit is contained in:
Bill Currie 2001-02-19 02:51:33 +00:00
parent 942732d3b9
commit 2cac0ae365

View file

@ -131,7 +131,7 @@ Skin_Cache (skin_t *skin)
if (cls.downloadtype == dl_skin)
return NULL; // use base until downloaded
if (noskins->int_val) // JACK: So NOSKINS > 1 will show
if (noskins->int_val == 1) // JACK: So NOSKINS > 1 will show
// skins, but
return NULL; // not download new ones.