From b0f65051b113c744623bb84df40e34e82d082357 Mon Sep 17 00:00:00 2001 From: Forest Hale Date: Tue, 4 Jul 2000 00:44:10 +0000 Subject: [PATCH] Minor cleanup. (purely cosmetic) --- source/sv_ents.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/sv_ents.c b/source/sv_ents.c index 77f7ff7..084b69c 100644 --- a/source/sv_ents.c +++ b/source/sv_ents.c @@ -591,11 +591,11 @@ void SV_WriteEntitiesToClient (client_t *client, sizebuf_t *msg) // Ender: EXTEND (QSG - Begin) { eval_t *val; + state->alpha = 255; + state->scale = 16; state->glowsize = 0; state->glowcolor = 254; state->colormod = 255; - state->alpha = 255; - state->scale = 16; if ((val = GETEDICTFIELDVALUE(ent, eval_alpha)) && val->_float != 0) state->alpha = bound(0, val->_float, 1) * 255.0;