We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6139d1b commit b97ce4fCopy full SHA for b97ce4f
Client/multiplayer_sa/CMultiplayerSA.cpp
@@ -1575,6 +1575,14 @@ void CMultiplayerSA::InitHooks()
1575
// Allow alpha change for helicopter rotor (#523)
1576
MemSet((void*)0x6C444B, 0x90, 6);
1577
MemSet((void*)0x6C4453, 0x90, 0x68);
1578
+
1579
+ // Disable Z position changes in the matrix in the C3dMarkers::PlaceMarker (#4000, #536)
1580
+ // To prevent arrow-type markers from snapping to the ground
1581
+ MemCpy((void*)0x725844, "\xDD\xD8\x90", 3);
1582
+ MemCpy((void*)0x725619, "\xDD\xD8\x90", 3);
1583
+ MemCpy((void*)0x72565A, "\xDD\xD8\x90", 3);
1584
+ MemCpy((void*)0x7259B0, "\xDD\xD8\x90", 3);
1585
+ MemSet((void*)0x7258B8, 0x90, 6);
1586
1587
InitHooks_CrashFixHacks();
1588
InitHooks_DeviceSelection();
0 commit comments