summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2017-01-01 21:34:31 +0100
committerPaweł Redman <pawel.redman@gmail.com>2017-01-01 21:34:31 +0100
commitda1bcaf069b6e89bdcb052c63faae5fed9fa1ffb (patch)
tree003eba7caea36e8f3cf792246e027a04b1c65f11 /Makefile
parente9118f45b513bb19901f6ea0dcd8eec4ad34753c (diff)
Fix the makefile and make p3's trigger_hurt silent.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0de1ca7..58f1060 100644
--- a/Makefile
+++ b/Makefile
@@ -9,8 +9,8 @@ TREMULOUS ?= tremulous
Q3MAP ?= q3map2
Q3MAP_FLAGS += -fs_basepath $(FS_BASEPATH) -fs_homebase $(FS_HOMEBASE) \
- -fs_game base -threads 4 -custinfoparms
-Q3MAP_BSP += -leaktest -meta
+ -fs_game base -threads 4
+Q3MAP_BSP += -leaktest -meta -custinfoparms
Q3MAP_VIS += -vis
Q3MAP_LIGHT += -light -bounce 1 -dirty -bouncegrid -dirtscale 0.3 \
-dirtdepth 32 -fastbounce -patchshadows -samples 3 \