mirror of
https://github.com/isledecomp/isle.git
synced 2026-02-02 13:11:15 +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: LEGO1 0x100268e0
|
||||||
// FUNCTION: BETA10 0x100c5c95
|
// FUNCTION: BETA10 0x100c5c95
|
||||||
LegoPlantInfo* LegoPlantManager::GetInfo(LegoEntity* p_entity)
|
LegoPlantInfo* LegoPlantManager::GetInfo(LegoEntity* p_entity)
|
||||||
@ -364,13 +371,6 @@ LegoPlantInfo* LegoPlantManager::GetInfo(LegoEntity* p_entity)
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
// FUNCTION: LEGO1 0x100268d0
|
|
||||||
// FUNCTION: BETA10 0x100c5c7a
|
|
||||||
MxS32 LegoPlantManager::GetNumPlants()
|
|
||||||
{
|
|
||||||
return sizeOfArray(g_plantInfo);
|
|
||||||
}
|
|
||||||
|
|
||||||
// FUNCTION: LEGO1 0x10026920
|
// FUNCTION: LEGO1 0x10026920
|
||||||
// FUNCTION: BETA10 0x100c5dc9
|
// FUNCTION: BETA10 0x100c5dc9
|
||||||
MxBool LegoPlantManager::SwitchColor(LegoEntity* p_entity)
|
MxBool LegoPlantManager::SwitchColor(LegoEntity* p_entity)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user