diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -14,7 +14,7 @@ Q3MAP_BSP += -leaktest -meta -custinfoparms Q3MAP_VIS += -vis Q3MAP_LIGHT += -light -bounce 1 -dirty -bouncegrid -dirtscale 0.3 \ -dirtdepth 32 -fastbounce -patchshadows -samples 3 \ - -samplesize 8 -cpma + -samplesize 8 -cpma -shade FAST ?= 0 ifeq ($(FAST), 1) @@ -33,7 +33,8 @@ PARTS := maps/p0_master.map \ maps/p6_engineering.map \ maps/p7_uncommon.map \ maps/p8_outside.map \ - maps/p9_reactor.map + maps/p9_reactor.map \ + maps/p10_factory.map WHOLE := maps/analmango MAP ?= analmango |