diff options
author | Thilo Schulz <arny@ats.s.bawue.de> | 2011-05-06 11:43:07 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-09 21:36:39 +0000 |
commit | e0a6aceec0f66b5fd1f72705f27d3d50695bebe7 (patch) | |
tree | e8c7510fdc4105f2e3fe8028621f1eb684caca3c /Makefile | |
parent | c5701c9d79c1e6d74205844c06b3211f5f11a189 (diff) |
IQM skin support and print limit info, make other limit info consistent, patch by Zack Middleton (#4978)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |