]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commitdiff
removed TE_VORESPIKE, no idea how it came into existence and it was never used
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 1 Jun 2006 06:59:30 +0000 (06:59 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 1 Jun 2006 06:59:30 +0000 (06:59 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6410 d7cf8633-e32d-0410-b094-e92efae38249

cl_particles.c
client.h

index 30278b16eb8cd858609a6e354923bfcf11e92924..d8766f64404a1a4f938c56c86e79d33a2d8533f8 100644 (file)
@@ -355,7 +355,6 @@ static const char *standardeffectnames[EFFECT_TOTAL] =
        "TE_SUPERSPIKEQUAD",
        "TE_WIZSPIKE",
        "TE_KNIGHTSPIKE",
-       "TE_VORESPIKE",
        "TE_EXPLOSION",
        "TE_EXPLOSIONQUAD",
        "TE_TAREXPLOSION",
index ee59f088531e84785aaac7717cb683ddf692e8b3..7a9fdc7c2a12eaedca02a48f130c89da1b486b60 100644 (file)
--- 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,