From 5d081049e208bfb983a850b8e0b83711c74d75ca Mon Sep 17 00:00:00 2001 From: Thilo Schulz Date: Mon, 2 May 2011 15:50:19 +0000 Subject: - Add Inter-Quake Model (IQM) Format support, patch by gimhael with minor modifications by myself (#4965) - Changed model_t::md4 to model_t::modelData - Fix R_ModelBounds for MD4, MDR and IQM models (#4966) - Support Model format fallback similar to image formats in tr_image.c, patch by Zack Middleton (#4967) --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d7539014..be04fa2f 100644 --- a/Makefile +++ b/Makefile @@ -1323,6 +1323,7 @@ Q3OBJ = \ $(B)/client/tr_image_tga.o \ $(B)/client/tr_image_pcx.o \ $(B)/client/tr_init.o \ + $(B)/client/tr_model_iqm.o \ $(B)/client/tr_light.o \ $(B)/client/tr_main.o \ $(B)/client/tr_marks.o \ -- cgit