mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-30 16:50:48 +00:00
cvar doc patches from Misty
This commit is contained in:
parent
dbbc2cd777
commit
3feecbde94
2 changed files with 25 additions and 22 deletions
|
@ -127,7 +127,7 @@ byte *Skin_Cache (skin_t *skin)
|
|||
if (cls.downloadtype == dl_skin)
|
||||
return NULL; // use base until downloaded
|
||||
|
||||
if (noskins->int_val == 1) // JACK: So NOSKINS > 1 will show skins, but
|
||||
if (noskins->int_val) // JACK: So NOSKINS > 1 will show skins, but
|
||||
return NULL; // not download new ones.
|
||||
|
||||
if (skin->failedload)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue