mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-14 04:02:07 +00:00
# Conflicts: # .github/CONTRIBUTING.md # .travis.yml # code/modules/awaymissions/zlevel.dm # code/modules/ventcrawl/ventcrawl.dm # guides/Guide to Map Folders.md # maps/submaps/engine_submaps_vr/tether/_engine_submaps.dm # maps/submaps/space_submaps/debrisfield/debrisfield.dm # maps/tether/submaps/_tether_submaps.dm Co-authored-by: ShadowLarkens <shadowlarkens@gmail.com>
11 lines
349 B
Plaintext
11 lines
349 B
Plaintext
/*
|
|
*
|
|
* This file is used by CI to indicate that additional maps need to be compiled to look for errors such as missing paths.
|
|
* Do not add anything but the MAP_TEST definition here as it will be overwritten by CI when running tests.
|
|
*
|
|
*
|
|
* Should you wish to edit set MAP_TEST to 1 like so:
|
|
* #define MAP_TEST 1
|
|
*/
|
|
#define MAP_TEST 0
|