Skip to content

Commit

Permalink
fix _map_include not existing or being included
Browse files Browse the repository at this point in the history
  • Loading branch information
GinjaNinja32 committed Jun 9, 2016
1 parent c2ca984 commit bde4530
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions baystation12.dme
Original file line number Diff line number Diff line change
Expand Up @@ -2040,6 +2040,7 @@
#include "code\ZAS\Zone.dm"
#include "interface\interface.dm"
#include "interface\skin.dmf"
#include "maps\_map_include.dm"
#include "maps\example\example_define.dm"
#include "maps\exodus\exodus.dm"
#include "maps\exodus\exodus_define.dm"
Expand Down
4 changes: 4 additions & 0 deletions maps/_map_include.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/*
This is a dummy file to act as a marker point for dm.sh to insert its maps at.
DO NOT MOVE, REMOVE OR RENAME THIS FILE WITHOUT FIXING THE SCRIPT OR THINGS WILL BREAK
*/

0 comments on commit bde4530

Please sign in to comment.