Skip to content

Commit

Permalink
Fix #523: Helicopter rotor unaffected by vehicle alpha (PR #3596)
Browse files Browse the repository at this point in the history
  • Loading branch information
FileEX authored Oct 11, 2024
1 parent ca22260 commit 55d3922
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Client/multiplayer_sa/CMultiplayerSA.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1569,6 +1569,10 @@ void CMultiplayerSA::InitHooks()
// Fix invisible vehicle windows when lights are on (#2936)
MemPut<BYTE>(0x6E1425, 1);

// Allow alpha change for helicopter rotor (#523)
MemSet((void*)0x6C444B, 0x90, 6);
MemSet((void*)0x6C4453, 0x90, 0x68);

InitHooks_CrashFixHacks();

// Init our 1.3 hooks.
Expand Down

0 comments on commit 55d3922

Please sign in to comment.