mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-17 09:22:43 +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;
|
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;
|
||||||
|
|
Loading…
Reference in a new issue