summaryrefslogtreecommitdiff
path: root/src/renderer/tr_main.c
diff options
context:
space:
mode:
authorThilo Schulz <arny@ats.s.bawue.de>2011-05-02 20:30:14 +0000
committerTim Angus <tim@ngus.net>2013-01-09 20:58:12 +0000
commitd77aaea8944ac7be09a0f9032ddabceb6e5f8c39 (patch)
treeb5d772b8dd4da0e14befc9d8c432ac1428f773e1 /src/renderer/tr_main.c
parentfbcb343cfbad7418544898d31f404f9960e450b1 (diff)
- Add licence headers to new files - Add patch from Zack Middleton which fixes a few issues still
Diffstat (limited to 'src/renderer/tr_main.c')
-rw-r--r--src/renderer/tr_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/renderer/tr_main.c b/src/renderer/tr_main.c
index ef096061..1a1bab8c 100644
--- a/src/renderer/tr_main.c
+++ b/src/renderer/tr_main.c
@@ -1261,8 +1261,8 @@ void R_AddEntitySurfaces (void) {
break;
#endif
case MOD_IQM:
- R_AddIQMSurfaces( ent );
- break;
+ R_AddIQMSurfaces( ent );
+ break;
case MOD_BRUSH:
R_AddBrushModelSurfaces( ent );
break;