From 217d75ad755e5164ebe3aefd21a5ab50025da2bb Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Sat, 11 May 2024 13:48:51 -0400 Subject: [PATCH] Allow spawn --- LEGO1/lego/legoomni/src/paths/legopathcontroller.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/LEGO1/lego/legoomni/src/paths/legopathcontroller.cpp b/LEGO1/lego/legoomni/src/paths/legopathcontroller.cpp index 7d2b494d..940c144a 100644 --- a/LEGO1/lego/legoomni/src/paths/legopathcontroller.cpp +++ b/LEGO1/lego/legoomni/src/paths/legopathcontroller.cpp @@ -26,6 +26,9 @@ LegoPathController::LegoPathController() void LegoPathController::Create(MxU8* p_data, Vector3& p_location, MxAtomId& p_trigger) { // TODO + + LegoMemory storage(p_data); + Read(&storage); } // STUB: LEGO1 0x10045b20