summaryrefslogtreecommitdiff
path: root/src/game
diff options
context:
space:
mode:
Diffstat (limited to 'src/game')
-rw-r--r--src/game/g_misc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/g_misc.c b/src/game/g_misc.c
index 5698b845..5fcc9ed6 100644
--- a/src/game/g_misc.c
+++ b/src/game/g_misc.c
@@ -455,6 +455,9 @@ void SP_misc_light_flare( gentity_t *self )
self->s.eType = ET_LIGHTFLARE;
self->s.modelindex = G_ShaderIndex( self->targetShaderName );
VectorCopy( self->pos2, self->s.origin2 );
+
+ if( self->spawnflags & 1 )
+ self->s.eFlags |= EF_NODRAW;
trap_LinkEntity( self );
}