mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-20 23:01:16 +00:00
Move function
This commit is contained in:
parent
499462fb44
commit
b425d5c7b4
@ -345,6 +345,13 @@ void LegoPlantManager::FUN_10026860(MxS32 p_index)
|
||||
}
|
||||
}
|
||||
|
||||
// FUNCTION: LEGO1 0x100268d0
|
||||
// FUNCTION: BETA10 0x100c5c7a
|
||||
MxS32 LegoPlantManager::GetNumPlants()
|
||||
{
|
||||
return sizeOfArray(g_plantInfo);
|
||||
}
|
||||
|
||||
// FUNCTION: LEGO1 0x100268e0
|
||||
// FUNCTION: BETA10 0x100c5c95
|
||||
LegoPlantInfo* LegoPlantManager::GetInfo(LegoEntity* p_entity)
|
||||
@ -364,13 +371,6 @@ LegoPlantInfo* LegoPlantManager::GetInfo(LegoEntity* p_entity)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
// FUNCTION: LEGO1 0x100268d0
|
||||
// FUNCTION: BETA10 0x100c5c7a
|
||||
MxS32 LegoPlantManager::GetNumPlants()
|
||||
{
|
||||
return sizeOfArray(g_plantInfo);
|
||||
}
|
||||
|
||||
// FUNCTION: LEGO1 0x10026920
|
||||
// FUNCTION: BETA10 0x100c5dc9
|
||||
MxBool LegoPlantManager::SwitchColor(LegoEntity* p_entity)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user