From bf1e25dfb4d48a47c8e9e027a52a53d8d2ba3e5a Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Sat, 24 Dec 2016 15:57:21 +0100 Subject: Add the master part. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c58e013..8cad288 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,8 @@ Q3MAP_LIGHT += -light -bounce 1 -dirty -bouncegrid -dirtscale 0.3 \ MAPCAT ?= mapcat MAPCAT_FLAGS += -PARTS := maps/p1_bases.map \ +PARTS := maps/p0_master.map \ + maps/p1_bases.map \ maps/p2_clockroom.map WHOLE := maps/analmango -- cgit