Fix another annotations linter warning

This commit is contained in:
jonschz 2025-07-25 16:50:28 +02:00
parent 47be389489
commit dd93166f41
2 changed files with 2 additions and 2 deletions

View File

@ -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++) {

View File

@ -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++) {