From 1cb23f7167ccd42129081b71677e017383294148 Mon Sep 17 00:00:00 2001 From: FileEX Date: Wed, 1 Jan 2025 23:31:21 +0100 Subject: [PATCH] Update CClientGame.cpp --- Client/mods/deathmatch/logic/CClientGame.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Client/mods/deathmatch/logic/CClientGame.cpp b/Client/mods/deathmatch/logic/CClientGame.cpp index 4651fb3407..2aaf64d9b7 100644 --- a/Client/mods/deathmatch/logic/CClientGame.cpp +++ b/Client/mods/deathmatch/logic/CClientGame.cpp @@ -3441,6 +3441,9 @@ void CClientGame::Event_OnIngame() g_pGame->ResetAlphaTransparencies(); g_pGame->ResetModelTimes(); + // Reset weapon render + g_pGame->SetWeaponRenderEnabled(true); + // Make sure we can access all areas g_pGame->GetStats()->ModifyStat(CITIES_PASSED, 2.0);