From 5cd365c4f18f52cb76990d315840019813c4fe8c Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Wed, 8 Jan 2025 17:28:43 -0700 Subject: [PATCH] Order until the end of `LegoAnimActor` (#1319) --- LEGO1/lego/legoomni/src/actors/islepathactor.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/LEGO1/lego/legoomni/src/actors/islepathactor.cpp b/LEGO1/lego/legoomni/src/actors/islepathactor.cpp index 4ae6272a..c1b5694a 100644 --- a/LEGO1/lego/legoomni/src/actors/islepathactor.cpp +++ b/LEGO1/lego/legoomni/src/actors/islepathactor.cpp @@ -19,9 +19,6 @@ DECOMP_SIZE_ASSERT(IslePathActor, 0x160) DECOMP_SIZE_ASSERT(IslePathActor::SpawnLocation, 0x38) -// GLOBAL: LEGO1 0x10102b28 -IslePathActor::SpawnLocation g_spawnLocations[IslePathActor::c_LOCATIONS_NUM]; - // FUNCTION: LEGO1 0x1001a200 IslePathActor::IslePathActor() { @@ -157,6 +154,9 @@ void IslePathActor::Exit() FUN_1003eda0(); } +// GLOBAL: LEGO1 0x10102b28 +IslePathActor::SpawnLocation g_spawnLocations[IslePathActor::c_LOCATIONS_NUM]; + // FUNCTION: LEGO1 0x1001a700 void IslePathActor::RegisterSpawnLocations() {