From f62ecbe90d826cf407ae106d93383c24c0ac02ce Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Fri, 11 May 2001 21:44:27 +0000 Subject: [PATCH] mild comment cleanup --- qw/source/skin.c | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/qw/source/skin.c b/qw/source/skin.c index 828dd3d5c..c65df7c8b 100644 --- a/qw/source/skin.c +++ b/qw/source/skin.c @@ -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;