From c46daa31f8e0339aed12736699d0003d27f1fc7e Mon Sep 17 00:00:00 2001 From: xolatile Date: Sun, 20 Jul 2025 12:18:48 +0200 Subject: Most warnings fixed, ignoring one warning for now... --- src/engine/rendermodel.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/engine/rendermodel.cpp') 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; } -- cgit v1.2.3