diff --git a/LEGO1/lego/legoomni/src/worlds/act3.cpp b/LEGO1/lego/legoomni/src/worlds/act3.cpp index ab3091d6..6a5f0a03 100644 --- a/LEGO1/lego/legoomni/src/worlds/act3.cpp +++ b/LEGO1/lego/legoomni/src/worlds/act3.cpp @@ -469,9 +469,7 @@ void Act3::FUN_10072ad0(undefined4 p_param1) m_unk0x421d = 0; } - Act3Script::Script objectId = g_unk0x100d95d8[m_unk0x421d]; - m_unk0x421d++; - m_unk0x4220.Insert(objectId, 1); + m_unk0x4220.Insert(g_unk0x100d95d8[m_unk0x421d++], 1); break; } }