Skip to content

Commit

Permalink
Fix inlining in Helicopter::FUN_100042a0 (#1307)
Browse files Browse the repository at this point in the history
  • Loading branch information
foxtacles authored Jan 1, 2025
1 parent a7f0085 commit 10d318a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions LEGO1/lego/legoomni/src/actors/helicopter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -482,8 +482,7 @@ void Helicopter::FUN_100042a0(const Matrix4& p_matrix)

m_unk0x1f0 = Timer()->GetTime();

m_unk0x1f4.BETA_1004a9f0(local48);
m_unk0x1f4.FUN_10004620(local90);
m_unk0x1f4.BETA_1004a9b0(local48, local90);
m_unk0x1f4.FUN_10004520();
}

Expand Down

0 comments on commit 10d318a

Please sign in to comment.