mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-11 18:51:16 +00:00
Fix another annotations linter warning
This commit is contained in:
parent
47be389489
commit
dd93166f41
@ -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++) {
|
||||
|
||||
@ -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++) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user