mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-24 21:12:27 +00:00
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:
parent
942732d3b9
commit
2cac0ae365
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue