From e0a6aceec0f66b5fd1f72705f27d3d50695bebe7 Mon Sep 17 00:00:00 2001 From: Thilo Schulz Date: Fri, 6 May 2011 11:43:07 +0000 Subject: IQM skin support and print limit info, make other limit info consistent, patch by Zack Middleton (#4978) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index be04fa2f..b7650552 100644 --- a/Makefile +++ b/Makefile @@ -1323,12 +1323,12 @@ 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 \ $(B)/client/tr_mesh.o \ $(B)/client/tr_model.o \ + $(B)/client/tr_model_iqm.o \ $(B)/client/tr_noise.o \ $(B)/client/tr_scene.o \ $(B)/client/tr_shade.o \ -- cgit