Fix some issues with annotations (#808)

This commit is contained in:
MS
2024-04-15 14:42:25 -04:00
committed by GitHub
parent 5f1642bf73
commit 46362a0f6e
9 changed files with 22 additions and 10 deletions

View File

@@ -254,10 +254,10 @@ void LegoEntity::VTable0x34(MxBool p_und)
case 1:
break;
case 2:
objectId = PlantManager()->FUN_10026ba0(m_roi, p_und);
objectId = PlantManager()->FUN_10026ba0(this, p_und);
break;
case 3:
objectId = BuildingManager()->FUN_1002ff40(m_roi, p_und);
objectId = BuildingManager()->FUN_1002ff40(this, p_und);
break;
}