Merge pull request #4943 from Citadel-Station-13/upstream-merge-34571

[MIRROR] Low memory mode
This commit is contained in:
LetterJay
2018-01-21 11:47:27 -06:00
committed by GitHub
4 changed files with 31 additions and 3 deletions
+25
View File
@@ -0,0 +1,25 @@
//#define LOWMEMORYMODE //uncomment this to load centcom and runtime station and thats it.
#include "map_files\generic\CentCom.dmm"
#include "map_files\generic\SpaceStation.dmm"
#ifndef LOWMEMORYMODE
#include "map_files\generic\Space.dmm"
#include "map_files\generic\SpaceDock.dmm"
#include "map_files\Mining\Lavaland.dmm"
#include "map_files\generic\City_of_Cogs.dmm"
#ifdef ALL_MAPS
#include "map_files\debug\runtimestation.dmm"
#include "cit_map_files\Deltastation\DeltaStation2.dmm"
#include "cit_map_files\MetaStation\MetaStation.dmm"
#include "cit_map_files\OmegaStation\OmegaStation.dmm"
#include "cit_map_files\PubbyStation\PubbyStation.dmm"
#include "cit_map_files\BoxStation\BoxStation.dmm"
#ifdef TRAVISBUILDING
#include "templates.dm"
#endif
#endif
#endif