map path swap

swapping paths of selectable maps
This commit is contained in:
evilew
2024-11-09 18:40:17 +01:00
parent d891b0378c
commit 72168518fc
22 changed files with 6 additions and 5 deletions
+6 -5
View File
@@ -1,16 +1,17 @@
//#define LOWMEMORYMODE //uncomment this to load centcom and runtime station and thats it. //#define LOWMEMORYMODE //uncomment this to load centcom and runtime station and thats it.
//gs13 - replaced some of the stations with GS versions
#include "map_files\generic\CentCom.dmm" #include "map_files\generic\CentCom.dmm"
#ifndef LOWMEMORYMODE #ifndef LOWMEMORYMODE
#ifdef ALL_MAPS #ifdef ALL_MAPS
#include "map_files\Mining\Lavaland.dmm" #include "gs_maps\Mining\Lavaland.dmm"
#include "map_files\debug\runtimestation.dmm" #include "map_files\debug\runtimestation.dmm"
#include "map_files\Deltastation\DeltaStation2.dmm" #include "map_files\Deltastation\DeltaStation2.dmm"
#include "map_files\MetaStation\MetaStation.dmm" #include "gs_maps\MetaStation\MetaStation.dmm"
#include "map_files\OmegaStation\OmegaStation.dmm" #include "gs_maps\OmegaStation\OmegaStation.dmm"
#include "map_files\PubbyStation\PubbyStation.dmm" #include "gs_maps\PubbyStation\PubbyStation.dmm"
#include "map_files\BoxStation\BoxStation.dmm" #include "gs_maps\BoxStation\BoxStation.dmm"
#include "map_files\LambdaStation\lambda.dmm" #include "map_files\LambdaStation\lambda.dmm"
#include "map_files\SpookyStation\SpookyStation.dmm" #include "map_files\SpookyStation\SpookyStation.dmm"