summaryrefslogtreecommitdiff
path: root/src/game/g_misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/g_misc.c')
-rw-r--r--src/game/g_misc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/g_misc.c b/src/game/g_misc.c
index 77960646..5698b845 100644
--- a/src/game/g_misc.c
+++ b/src/game/g_misc.c
@@ -450,9 +450,9 @@ void SP_misc_anim_model( gentity_t *self )
}
//TA: spawn function for lens flares
-void SP_misc_lens_flare( gentity_t *self )
+void SP_misc_light_flare( gentity_t *self )
{
- self->s.eType = ET_LENSFLARE;
+ self->s.eType = ET_LIGHTFLARE;
self->s.modelindex = G_ShaderIndex( self->targetShaderName );
VectorCopy( self->pos2, self->s.origin2 );