Added random map generation to Southern Cross.

This commit is contained in:
MistakeNot4892
2022-01-04 18:48:11 -08:00
committed by atermonera
parent 618082f500
commit deb606b217
9 changed files with 214 additions and 80 deletions
+4
View File
@@ -26,6 +26,10 @@ SUBSYSTEM_DEF(mapping)
maploader = new()
load_map_templates()
#if UNIT_TEST
config.generate_map = TRUE
#endif
if(config.generate_map)
// Load the engine and other submaps.
load_static_submaps(static_submap_landmarks)