Skip to content

Commit 55d3922

Browse files
authored
Fix #523: Helicopter rotor unaffected by vehicle alpha (PR #3596)
1 parent ca22260 commit 55d3922

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Client/multiplayer_sa/CMultiplayerSA.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1569,6 +1569,10 @@ void CMultiplayerSA::InitHooks()
15691569
// Fix invisible vehicle windows when lights are on (#2936)
15701570
MemPut<BYTE>(0x6E1425, 1);
15711571

1572+
// Allow alpha change for helicopter rotor (#523)
1573+
MemSet((void*)0x6C444B, 0x90, 6);
1574+
MemSet((void*)0x6C4453, 0x90, 0x68);
1575+
15721576
InitHooks_CrashFixHacks();
15731577

15741578
// Init our 1.3 hooks.

0 commit comments

Comments
 (0)