Skip to content

Commit

Permalink
Client: fix draw menu (#490)
Browse files Browse the repository at this point in the history
Do not draw the old menu of the previous server when you connect to another server
  • Loading branch information
Elinsrc authored Nov 30, 2024
1 parent 9a96bec commit 6be11c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cl_dll/menu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ void CHudMenu::InitHUDData( void )
{
m_fMenuDisplayed = 0;
m_bitsValidSlots = 0;
m_iFlags &= ~HUD_ACTIVE;
Reset();
}

Expand Down

0 comments on commit 6be11c0

Please sign in to comment.