Skip to content

Commit

Permalink
Fix #1860 Markers with type "arrow" or "checkpoint" won't be affected…
Browse files Browse the repository at this point in the history
… by alpha color argument (#3523)
  • Loading branch information
FileEX authored Jun 30, 2024
1 parent aeb113d commit 7988852
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 @@ -1529,6 +1529,10 @@ void CMultiplayerSA::InitHooks()
MemPut<BYTE>(0x524084, 0xFF);
MemPut<BYTE>(0x524089, 0xFF);

// Allow change alpha for arrow & checkpoint markers (#1860)
MemSet((void*)0x7225F5, 0x90, 4);
MemCpy((void*)0x725DDE, "\xFF\x76\xB\x90\x90", 5);

InitHooks_CrashFixHacks();

// Init our 1.3 hooks.
Expand Down

0 comments on commit 7988852

Please sign in to comment.