mild comment cleanup

This commit is contained in:
Bill Currie 2001-05-11 21:44:27 +00:00
parent 74f734df67
commit f62ecbe90d

View file

@ -141,12 +141,11 @@ Skin_Cache (skin_t *skin)
byte *ipix, *opix; byte *ipix, *opix;
int i; int i;
if (cls.downloadtype == dl_skin) if (cls.downloadtype == dl_skin) // use base until downloaded
return NULL; // use base until downloaded return NULL;
// NOSKINS > 1 will show skins, but not download new ones.
if (noskins->int_val == 1) // JACK: So NOSKINS > 1 will show if (noskins->int_val == 1)
// skins, but return NULL;
return NULL; // not download new ones.
if (skin->failedload) if (skin->failedload)
return NULL; return NULL;