mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 12:31:15 +00:00
(Pepper) Fix building variant switch bug
This commit is contained in:
parent
99be9c8767
commit
7d94306149
@ -394,6 +394,8 @@ MxResult LegoBuildingManager::Read(LegoStorage* p_storage)
|
|||||||
m_nextVariant = 0;
|
m_nextVariant = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
g_buildingInfo[HAUS1_INDEX].m_variant = g_buildingInfoVariants[m_nextVariant];
|
||||||
|
|
||||||
result = SUCCESS;
|
result = SUCCESS;
|
||||||
|
|
||||||
done:
|
done:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user