diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2017-01-01 16:36:09 +0100 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2017-01-01 16:36:09 +0100 |
commit | 9b9ed229125b812c93e8cab02bb8eadd856bfa03 (patch) | |
tree | 9d2ec21b721acaf66198a046089d2ab03dcf80fd /Makefile | |
parent | a42aa2eaeec5f5c54b6c7286f05c90ad3bd55a03 (diff) |
Stub of p8.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |