mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 04:42:32 +00:00
mild comment cleanup
This commit is contained in:
parent
74f734df67
commit
f62ecbe90d
1 changed files with 5 additions and 6 deletions
|
@ -141,12 +141,11 @@ Skin_Cache (skin_t *skin)
|
|||
byte *ipix, *opix;
|
||||
int i;
|
||||
|
||||
if (cls.downloadtype == dl_skin)
|
||||
return NULL; // use base until downloaded
|
||||
|
||||
if (noskins->int_val == 1) // JACK: So NOSKINS > 1 will show
|
||||
// skins, but
|
||||
return NULL; // not download new ones.
|
||||
if (cls.downloadtype == dl_skin) // use base until downloaded
|
||||
return NULL;
|
||||
// NOSKINS > 1 will show skins, but not download new ones.
|
||||
if (noskins->int_val == 1)
|
||||
return NULL;
|
||||
|
||||
if (skin->failedload)
|
||||
return NULL;
|
||||
|
|
Loading…
Reference in a new issue