More fixes for initializing Atmos Machines by the engine loader.

Engine loader now calls build_network() on machines and machine nodes.
Added Cleaned up and added comments to document engine select console code.
This commit is contained in:
gozulio
2018-07-12 17:37:55 -04:00
parent ee48471242
commit 7d6baf75bf
2 changed files with 28 additions and 7 deletions

View File

@@ -36,5 +36,5 @@
//CHECK_TICK //Don't let anything else happen for now
// Actually load it
chosen_type.load(T)
sleep(10)
sleep(1)
engine_loader_pickable.lateload_init()