From 32015b79cb3c8e40c3d24f5200770626cdc13dde Mon Sep 17 00:00:00 2001 From: Uladzislau Nikalayevich Date: Sun, 22 May 2022 02:08:12 +0300 Subject: [PATCH] Fix interior radio crash --- Client/mods/deathmatch/logic/CClientGame.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Client/mods/deathmatch/logic/CClientGame.cpp b/Client/mods/deathmatch/logic/CClientGame.cpp index 34e199fd44..fb96d3c48a 100644 --- a/Client/mods/deathmatch/logic/CClientGame.cpp +++ b/Client/mods/deathmatch/logic/CClientGame.cpp @@ -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);