Skip to content

Commit 9dd68f8

Browse files
committed
Fix old bug
1 parent f474b4d commit 9dd68f8

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
@@ -1574,6 +1574,10 @@ void CMultiplayerSA::InitHooks()
15741574
// Fix invisible vehicle windows when lights are on (#2936)
15751575
MemPut<BYTE>(0x6E1425, 1);
15761576

1577+
// Allow alpha change for helicopter rotor (#523)
1578+
MemSet((void*)0x6C444B, 0x90, 6);
1579+
MemSet((void*)0x6C4453, 0x90, 0x68);
1580+
15771581
InitHooks_CrashFixHacks();
15781582

15791583
// Init our 1.3 hooks.

0 commit comments

Comments
 (0)