summaryrefslogtreecommitdiff
path: root/src/fpsgame
diff options
context:
space:
mode:
Diffstat (limited to 'src/fpsgame')
-rw-r--r--src/fpsgame/game.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fpsgame/game.h b/src/fpsgame/game.h
index c37f616..3cdbba3 100644
--- a/src/fpsgame/game.h
+++ b/src/fpsgame/game.h
@@ -26,7 +26,6 @@ enum // static entity types
LIGHT = ET_LIGHT, // lightsource, attr1 = radius, attr2 = intensity
MAPMODEL = ET_MAPMODEL, // attr1 = angle, attr2 = idx
PLAYERSTART, // attr1 = angle, attr2 = team
- ENVMAP = ET_NOENVMAP, // attr1 = radius
PARTICLES = ET_PARTICLES,
MAPSOUND = ET_SOUND,
SPOTLIGHT = ET_SPOTLIGHT,