mirror of
https://github.com/isledecomp/isle-portable.git
synced 2025-06-10 12:22:09 -04:00
Order until the end of LegoAnimActor
(#1319)
This commit is contained in:
parent
646ee0d70a
commit
5cd365c4f1
1 changed files with 3 additions and 3 deletions
|
@ -19,9 +19,6 @@
|
||||||
DECOMP_SIZE_ASSERT(IslePathActor, 0x160)
|
DECOMP_SIZE_ASSERT(IslePathActor, 0x160)
|
||||||
DECOMP_SIZE_ASSERT(IslePathActor::SpawnLocation, 0x38)
|
DECOMP_SIZE_ASSERT(IslePathActor::SpawnLocation, 0x38)
|
||||||
|
|
||||||
// GLOBAL: LEGO1 0x10102b28
|
|
||||||
IslePathActor::SpawnLocation g_spawnLocations[IslePathActor::c_LOCATIONS_NUM];
|
|
||||||
|
|
||||||
// FUNCTION: LEGO1 0x1001a200
|
// FUNCTION: LEGO1 0x1001a200
|
||||||
IslePathActor::IslePathActor()
|
IslePathActor::IslePathActor()
|
||||||
{
|
{
|
||||||
|
@ -157,6 +154,9 @@ void IslePathActor::Exit()
|
||||||
FUN_1003eda0();
|
FUN_1003eda0();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// GLOBAL: LEGO1 0x10102b28
|
||||||
|
IslePathActor::SpawnLocation g_spawnLocations[IslePathActor::c_LOCATIONS_NUM];
|
||||||
|
|
||||||
// FUNCTION: LEGO1 0x1001a700
|
// FUNCTION: LEGO1 0x1001a700
|
||||||
void IslePathActor::RegisterSpawnLocations()
|
void IslePathActor::RegisterSpawnLocations()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue