summaryrefslogtreecommitdiff
path: root/src/game/g_spawn.c
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2003-09-01 17:37:17 +0000
committerTim Angus <tim@ngus.net>2003-09-01 17:37:17 +0000
commite390136fd151bfa813d250357815d4f38b1f927c (patch)
tree9ad200fcd5d635064b27f62eb8f8db134223e27e /src/game/g_spawn.c
parentbfe055a63d4ce8577e6b86c2e9535993ae592c59 (diff)
* Exorcised gitem_t
Diffstat (limited to 'src/game/g_spawn.c')
-rw-r--r--src/game/g_spawn.c1
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 )