From 54fb6d630222e0baf52ed223500dff4cf8da0f19 Mon Sep 17 00:00:00 2001 From: xolatile Date: Sun, 20 Jul 2025 22:24:08 +0200 Subject: Armour, respawn, executable, recorder, SMD format... --- src/engine/model.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/engine/model.h') diff --git a/src/engine/model.h b/src/engine/model.h index f1effd1..d314d4b 100644 --- a/src/engine/model.h +++ b/src/engine/model.h @@ -1,4 +1,4 @@ -enum { MDL_MD3, MDL_MD5, MDL_IQM, MDL_SMD, NUMMODELTYPES }; +enum { MDL_MD3, MDL_MD5, MDL_IQM, NUMMODELTYPES }; struct model { -- cgit v1.2.3