From dd93166f41ff5f1f3e8e15a1e4a054ee151981e3 Mon Sep 17 00:00:00 2001 From: jonschz Date: Fri, 25 Jul 2025 16:50:28 +0200 Subject: [PATCH] Fix another annotations linter warning --- LEGO1/lego/legoomni/src/common/legobuildingmanager.cpp | 2 +- LEGO1/lego/legoomni/src/common/legoplantmanager.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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++) {