From da1bcaf069b6e89bdcb052c63faae5fed9fa1ffb Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Sun, 1 Jan 2017 21:34:31 +0100 Subject: Fix the makefile and make p3's trigger_hurt silent. --- Makefile | 4 ++-- maps/p3_dretchpwner.map | 2 +- 2 files changed, 3 insertions(+), 3 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 \ diff --git a/maps/p3_dretchpwner.map b/maps/p3_dretchpwner.map index 10f3b9b..d7b5dfc 100644 --- a/maps/p3_dretchpwner.map +++ b/maps/p3_dretchpwner.map @@ -2729,7 +2729,7 @@ nexus6/brown_hose_s // entity 84 { "classname" "trigger_hurt" -"spawnflags" "16" +"spawnflags" "20" "dmg" "1" // brush 0 { -- cgit