Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Client/multiplayer_sa/CMultiplayerSA.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1574,6 +1574,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