This commit is contained in:
CorruptComputer
2016-04-29 08:18:06 -05:00
parent 4afdb6b0e0
commit 901f3d85f4
+5 -5
View File
@@ -17,9 +17,9 @@ z9 = empty space
#if !defined(MAP_FILE)
#define TITLESCREEN "title" //Add an image in misc/fullscreen.dmi, and set this define to the icon_state, to set a custom titlescreen for your map
#define TITLESCREEN "title" //Add an image in misc/fullscreen.dmi, and set this define to the icon_state, to set a custom titlescreen for your map
#define MINETYPE "mining"
#define MINETYPE "mining"
#include "map_files\AsteroidStation\AsteroidStation.dmm"
#include "map_files\generic\z2.dmm"
@@ -29,9 +29,9 @@ z9 = empty space
#include "map_files\generic\z6.dmm"
#include "map_files\generic\z7.dmm"
#include "map_files\generic\z8.dmm"
#include "map_files\generic\z9.dmm"
#include "map_files\generic\z9.dmm"
#define MAP_PATH "map_files/AsteroidStation"
#define MAP_PATH "map_files/AsteroidStation"
#define MAP_FILE "AsteroidStation.dmm"
#define MAP_NAME "AsteroidStation"
@@ -41,4 +41,4 @@ z9 = empty space
#warn a map has already been included, ignoring AsteroidStation.
#endif
#endif