Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
foxtacles committed Dec 20, 2024
1 parent fdc9a56 commit 45bc34f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LEGO1/lego/legoomni/src/actors/helicopter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -466,8 +466,8 @@ void Helicopter::FUN_100042a0(const Matrix4& p_matrix)
m_unk0x1f0 = Timer()->GetTime();

m_unk0x1f4.BETA_1004a9f0(local48);
m_unk0x1f4.FUN_10004620(local90); // quite sure, but isn't inlined - why?
m_unk0x1f4.FUN_10004520(); // sure about this one
m_unk0x1f4.FUN_10004620(local90);
m_unk0x1f4.FUN_10004520();
}

// FUNCTION: LEGO1 0x10004640
Expand Down

0 comments on commit 45bc34f

Please sign in to comment.