summaryrefslogtreecommitdiff
path: root/src/game/g_spawn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/g_spawn.c')
-rw-r--r--src/game/g_spawn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/g_spawn.c b/src/game/g_spawn.c
index 0ab52703..f0cb7178 100644
--- a/src/game/g_spawn.c
+++ b/src/game/g_spawn.c
@@ -204,7 +204,7 @@ void SP_team_CTF_bluespawn( gentity_t *ent );
//TA:
void SP_misc_spriter( gentity_t *ent );
void SP_misc_anim_model( gentity_t *ent );
-void SP_misc_lens_flare( gentity_t *ent );
+void SP_misc_light_flare( gentity_t *ent );
spawn_t spawns[] = {
// info entities don't do anything at all, but provide positional
@@ -279,7 +279,7 @@ spawn_t spawns[] = {
{"misc_spriter", SP_misc_spriter},
{"misc_anim_model", SP_misc_anim_model},
- {"misc_lens_flare", SP_misc_lens_flare},
+ {"misc_light_flare", SP_misc_light_flare},
{0, 0}
};