diff --git a/LEGO1/lego/legoomni/src/common/legobuildingmanager.cpp b/LEGO1/lego/legoomni/src/common/legobuildingmanager.cpp index 1edbf3ab..a987919e 100644 --- a/LEGO1/lego/legoomni/src/common/legobuildingmanager.cpp +++ b/LEGO1/lego/legoomni/src/common/legobuildingmanager.cpp @@ -251,8 +251,8 @@ LegoBuildingManager::~LegoBuildingManager() delete[] g_customizeAnimFile; } -// FUNCTION: LEGO1 0x1002f9d0 // // FUNCTION: BETA10 0x10063a30 -- see the constructor +// FUNCTION: LEGO1 0x1002f9d0 void LegoBuildingManager::Init() { for (MxS32 i = 0; i < sizeOfArray(g_buildingInfo); i++) { diff --git a/LEGO1/lego/legoomni/src/common/legoplantmanager.cpp b/LEGO1/lego/legoomni/src/common/legoplantmanager.cpp index a29abc06..1a873331 100644 --- a/LEGO1/lego/legoomni/src/common/legoplantmanager.cpp +++ b/LEGO1/lego/legoomni/src/common/legoplantmanager.cpp @@ -75,8 +75,8 @@ LegoPlantManager::~LegoPlantManager() delete[] g_customizeAnimFile; } -// FUNCTION: LEGO1 0x10026330 // // FUNCTION: BETA10 0x100c4f90 -- see the constructor +// FUNCTION: LEGO1 0x10026330 void LegoPlantManager::Init() { for (MxS32 i = 0; i < sizeOfArray(g_plantInfo); i++) {