diff options
Diffstat (limited to 'src/engine/rendermodel.cpp')
| -rw-r--r-- | src/engine/rendermodel.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/rendermodel.cpp b/src/engine/rendermodel.cpp index d79a422..ccbc58b 100644 --- a/src/engine/rendermodel.cpp +++ b/src/engine/rendermodel.cpp @@ -27,12 +27,12 @@ UNUSED static int __dummy__##modelclass = addmodeltype((modeltype), __loadmodel_ #include "md3.h" #include "md5.h" -#include "obj.h" +#include "iqm.h" #include "smd.h" MODELTYPE(MDL_MD3, md3); MODELTYPE(MDL_MD5, md5); -MODELTYPE(MDL_OBJ, obj); +MODELTYPE(MDL_IQM, iqm); MODELTYPE(MDL_SMD, smd); #define checkmdl if(!loadingmodel) { conoutf(CON_ERROR, "not loading a model"); return; } |
