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 ); }