From 45e325e3a66d4cee137049db694db456b5e28f11 Mon Sep 17 00:00:00 2001 From: Sebastian Mischke Date: Thu, 8 Jan 2026 00:29:10 +0100 Subject: [PATCH] Auto-formatting --- LEGO1/lego/legoomni/src/actors/helicopter.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/LEGO1/lego/legoomni/src/actors/helicopter.cpp b/LEGO1/lego/legoomni/src/actors/helicopter.cpp index de6f94ec..f48e25cc 100644 --- a/LEGO1/lego/legoomni/src/actors/helicopter.cpp +++ b/LEGO1/lego/legoomni/src/actors/helicopter.cpp @@ -450,11 +450,11 @@ void Helicopter::SetupCameraTransition(const Matrix4& p_matrix) MxMatrix startMatrix; MxMatrix endMatrix; - Vector3 startPos(startMatrix[3]); // local98 // esp+0x30 - Vector3 endPos(endMatrix[3]); // localac // esp+0x1c - Vector3 endMatrixX(m_cameraTransitionEndMatrix[0]); // locala8 // esp+0x20 - Vector3 endMatrixY(m_cameraTransitionEndMatrix[1]); // localb8 // esp+0x10 - Vector3 endMatrixZ(m_cameraTransitionEndMatrix[2]); // EDI + Vector3 startPos(startMatrix[3]); // local98 // esp+0x30 + Vector3 endPos(endMatrix[3]); // localac // esp+0x1c + Vector3 endMatrixX(m_cameraTransitionEndMatrix[0]); // locala8 // esp+0x20 + Vector3 endMatrixY(m_cameraTransitionEndMatrix[1]); // localb8 // esp+0x10 + Vector3 endMatrixZ(m_cameraTransitionEndMatrix[2]); // EDI // the typecast makes this function match for unknown reasons Vector3 endMatrixPos((const float*) m_cameraTransitionEndMatrix[3]); // locala0 // esp+0x28