Add comment

This commit is contained in:
Christian Semmler 2025-06-29 09:01:36 -07:00
parent 7d94306149
commit 1d88271f30

View File

@ -394,6 +394,7 @@ MxResult LegoBuildingManager::Read(LegoStorage* p_storage)
m_nextVariant = 0;
}
// Bugfix: allow Pepper to change variant building after save game load
g_buildingInfo[HAUS1_INDEX].m_variant = g_buildingInfoVariants[m_nextVariant];
result = SUCCESS;