From 9b9ed229125b812c93e8cab02bb8eadd856bfa03 Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Sun, 1 Jan 2017 16:36:09 +0100 Subject: Stub of p8. --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 98204e5..0de1ca7 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ TREMULOUS ?= tremulous Q3MAP ?= q3map2 Q3MAP_FLAGS += -fs_basepath $(FS_BASEPATH) -fs_homebase $(FS_HOMEBASE) \ - -fs_game base -threads 4 + -fs_game base -threads 4 -custinfoparms Q3MAP_BSP += -leaktest -meta Q3MAP_VIS += -vis Q3MAP_LIGHT += -light -bounce 1 -dirty -bouncegrid -dirtscale 0.3 \ @@ -31,7 +31,8 @@ PARTS := maps/p0_master.map \ maps/p4_thepress.map \ maps/p5_euclid.map \ maps/p6_engineering.map \ - maps/p7_uncommon.map + maps/p7_uncommon.map \ + maps/p8_outside.map WHOLE := maps/analmango MAP ?= analmango -- cgit