Skip to content

Commit

Permalink
Fix interior radio crash (#2623)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNormalnij committed May 21, 2022
1 parent 78b39b1 commit d003360
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Client/mods/deathmatch/logic/CClientGame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,7 @@ CClientGame::~CClientGame()
g_pMultiplayer->SetDrivebyAnimationHandler(nullptr);
g_pMultiplayer->SetPedStepHandler(nullptr);
g_pMultiplayer->SetVehicleWeaponHitHandler(nullptr);
g_pMultiplayer->SetAudioZoneRadioSwitchHandler(nullptr);
g_pGame->SetPreWeaponFireHandler(NULL);
g_pGame->SetPostWeaponFireHandler(NULL);
g_pGame->SetTaskSimpleBeHitHandler(NULL);
Expand Down

0 comments on commit d003360

Please sign in to comment.