From 4fde5ab631829eaff8bfd7abc4795e1fee4dba51 Mon Sep 17 00:00:00 2001 From: havoc Date: Thu, 1 Jun 2006 06:59:30 +0000 Subject: [PATCH] removed TE_VORESPIKE, no idea how it came into existence and it was never used git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6410 d7cf8633-e32d-0410-b094-e92efae38249 --- cl_particles.c | 1 - client.h | 1 - 2 files changed, 2 deletions(-) diff --git a/cl_particles.c b/cl_particles.c index 30278b16..d8766f64 100644 --- a/cl_particles.c +++ b/cl_particles.c @@ -355,7 +355,6 @@ static const char *standardeffectnames[EFFECT_TOTAL] = "TE_SUPERSPIKEQUAD", "TE_WIZSPIKE", "TE_KNIGHTSPIKE", - "TE_VORESPIKE", "TE_EXPLOSION", "TE_EXPLOSIONQUAD", "TE_TAREXPLOSION", diff --git a/client.h b/client.h index ee59f088..7a9fdc7c 100644 --- a/client.h +++ b/client.h @@ -1079,7 +1079,6 @@ typedef enum effectnameindex_s EFFECT_TE_SUPERSPIKEQUAD, EFFECT_TE_WIZSPIKE, EFFECT_TE_KNIGHTSPIKE, - EFFECT_TE_VORESPIKE, EFFECT_TE_EXPLOSION, EFFECT_TE_EXPLOSIONQUAD, EFFECT_TE_TAREXPLOSION, -- 2.39.2