Skip to content

Commit

Permalink
Update CClientGame.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
FileEX committed Jan 1, 2025
1 parent 48ae4aa commit 1cb23f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Client/mods/deathmatch/logic/CClientGame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 1cb23f7

Please sign in to comment.