Added random map generation to Southern Cross.

This commit is contained in:
MistakeNot4892
2021-10-13 19:20:14 +11:00
parent cebc5fa3a1
commit 9ce14595e8
9 changed files with 214 additions and 80 deletions

View File

@@ -20,6 +20,10 @@ SUBSYSTEM_DEF(mapping)
maploader = new()
load_map_templates()
#if UNIT_TEST
config.generate_map = TRUE
#endif
if(config.generate_map)
// Map-gen is still very specific to the map, however putting it here should ensure it loads in the correct order.
using_map.perform_map_generation()