summaryrefslogtreecommitdiff
path: root/src/shared/ents.h
diff options
context:
space:
mode:
authorxolatile2025-08-05 15:27:57 +0200
committerxolatile2025-08-05 15:27:57 +0200
commit9234eeb1d2954a3dae6c84ffa8ed8643953272c5 (patch)
treef2253bac389d743ba8582139901c782f7afde4cc /src/shared/ents.h
parenta2a16b85572b1d28b0cd4901ea7348750732a740 (diff)
downloadxolatile-badassbug-9234eeb1d2954a3dae6c84ffa8ed8643953272c5.tar.xz
xolatile-badassbug-9234eeb1d2954a3dae6c84ffa8ed8643953272c5.tar.zst
Experimental MD3 to OBJ to IQM converter and code removal, shit compiles...
Diffstat (limited to 'src/shared/ents.h')
-rw-r--r--src/shared/ents.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/ents.h b/src/shared/ents.h
index 57e23fe..3ceccf4 100644
--- a/src/shared/ents.h
+++ b/src/shared/ents.h
@@ -3,7 +3,7 @@
// ET_*: the only static entity types dictated by the engine... rest are gamecode dependent
-enum { ET_EMPTY=0, ET_LIGHT, ET_MAPMODEL, ET_PLAYERSTART, ET_NOENVMAP, ET_PARTICLES, ET_SOUND, ET_SPOTLIGHT, ET_GAMESPECIFIC };
+enum { ET_EMPTY=0, ET_LIGHT, ET_MAPMODEL, ET_PLAYERSTART, ET_PARTICLES, ET_SOUND, ET_SPOTLIGHT, ET_GAMESPECIFIC };
struct entity // persistent map entity
{