cvar doc patches from Misty

This commit is contained in:
Bill Currie 2000-12-07 03:02:12 +00:00
parent dbbc2cd777
commit 3feecbde94
2 changed files with 25 additions and 22 deletions

View file

@ -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)