diff options
Diffstat (limited to 'src/game/g_spawn.c')
-rw-r--r-- | src/game/g_spawn.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/g_spawn.c b/src/game/g_spawn.c index 2dec4aa2..36ae42c8 100644 --- a/src/game/g_spawn.c +++ b/src/game/g_spawn.c @@ -295,7 +295,6 @@ returning qfalse if not found qboolean G_CallSpawn( gentity_t *ent ) { spawn_t *s; - gitem_t *item; buildable_t buildable; if( !ent->classname ) |