From b855b4629fb688adfb509b152f0d02012384d30c Mon Sep 17 00:00:00 2001 From: Sebastian Mischke Date: Thu, 8 Jan 2026 00:29:37 +0100 Subject: [PATCH] Fix Act3 renaming error --- LEGO1/lego/legoomni/src/worlds/act3.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LEGO1/lego/legoomni/src/worlds/act3.cpp b/LEGO1/lego/legoomni/src/worlds/act3.cpp index b057201a..6fc1588e 100644 --- a/LEGO1/lego/legoomni/src/worlds/act3.cpp +++ b/LEGO1/lego/legoomni/src/worlds/act3.cpp @@ -872,8 +872,8 @@ void Act3::BadEnding(const Matrix4& p_destination) DebugCopter( m_copter->GetROI()->GetLocal2World(), p_destination, - m_copter->m_unk0x160, - m_copter->m_unk0x1a8, + m_copter->m_cameraTransitionStartMatrix, + m_copter->m_cameraTransitionEndMatrix, m_copter->m_cameraTransitionInterpolator ); }