summaryrefslogtreecommitdiff
path: root/src/engine/model.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/model.h')
-rw-r--r--src/engine/model.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/model.h b/src/engine/model.h
index 97264bd..cd75c9d 100644
--- a/src/engine/model.h
+++ b/src/engine/model.h
@@ -1,4 +1,4 @@
-enum { MDL_MD2 = 0, MDL_MD3, MDL_MD5, MDL_OBJ, MDL_SMD, MDL_IQM, NUMMODELTYPES };
+enum { MDL_MD3, MDL_MD5, MDL_OBJ, MDL_SMD, NUMMODELTYPES };
struct model
{