summaryrefslogtreecommitdiffstats
path: root/src/render/SpecialFX.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/SpecialFX.h')
-rw-r--r--src/render/SpecialFX.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/render/SpecialFX.h b/src/render/SpecialFX.h
index 2d758fdd..ecd3ad87 100644
--- a/src/render/SpecialFX.h
+++ b/src/render/SpecialFX.h
@@ -27,10 +27,7 @@ struct CBulletTrace
class CBulletTraces
{
public:
- enum {
- NUM_BULLET_TRACES = 16
- };
- static CBulletTrace (&aTraces)[NUM_BULLET_TRACES];
+ static CBulletTrace (&aTraces)[NUMBULLETTRACES];
static void Init(void);
static void AddTrace(CVector*, CVector*);