mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-19 14:31:14 +00:00
Auto-formatting
This commit is contained in:
parent
55bbc5bfbe
commit
45e325e3a6
@ -450,11 +450,11 @@ void Helicopter::SetupCameraTransition(const Matrix4& p_matrix)
|
|||||||
MxMatrix startMatrix;
|
MxMatrix startMatrix;
|
||||||
MxMatrix endMatrix;
|
MxMatrix endMatrix;
|
||||||
|
|
||||||
Vector3 startPos(startMatrix[3]); // local98 // esp+0x30
|
Vector3 startPos(startMatrix[3]); // local98 // esp+0x30
|
||||||
Vector3 endPos(endMatrix[3]); // localac // esp+0x1c
|
Vector3 endPos(endMatrix[3]); // localac // esp+0x1c
|
||||||
Vector3 endMatrixX(m_cameraTransitionEndMatrix[0]); // locala8 // esp+0x20
|
Vector3 endMatrixX(m_cameraTransitionEndMatrix[0]); // locala8 // esp+0x20
|
||||||
Vector3 endMatrixY(m_cameraTransitionEndMatrix[1]); // localb8 // esp+0x10
|
Vector3 endMatrixY(m_cameraTransitionEndMatrix[1]); // localb8 // esp+0x10
|
||||||
Vector3 endMatrixZ(m_cameraTransitionEndMatrix[2]); // EDI
|
Vector3 endMatrixZ(m_cameraTransitionEndMatrix[2]); // EDI
|
||||||
|
|
||||||
// the typecast makes this function match for unknown reasons
|
// the typecast makes this function match for unknown reasons
|
||||||
Vector3 endMatrixPos((const float*) m_cameraTransitionEndMatrix[3]); // locala0 // esp+0x28
|
Vector3 endMatrixPos((const float*) m_cameraTransitionEndMatrix[3]); // locala0 // esp+0x28
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user