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 63c2de3 commit 84d193aCopy full SHA for 84d193a
Client/multiplayer_sa/CMultiplayerSA.cpp
@@ -1463,11 +1463,11 @@ void CMultiplayerSA::InitHooks()
1463
1464
// Disable vehicle audio driver logic so MTA can reimplement it (#9681)
1465
// Disable updating m_bPlayerDriver in CAEVehicleAudioEntity::Service
1466
- MemSet ( (void*) 0x5023B2, 0x90, 6 );
+ MemSetFast ( (void*) 0x5023B2, 0x90, 6 );
1467
// Disable call to CAEVehicleAudioEntity::JustGotInVehicleAsDriver
1468
- MemSet ( (void*) 0x5023E1, 0x90, 5 );
+ MemSetFast( (void*) 0x5023E1, 0x90, 5 );
1469
// Disable call to CAEVehicleAudioEntity::JustGotOutOfVehicleAsDriver
1470
- MemSet ( (void*) 0x502341, 0x90, 5 );
+ MemSetFast( (void*) 0x502341, 0x90, 5 );
1471
1472
1473
InitHooks_CrashFixHacks ();
0 commit comments