Skip to content

Commit

Permalink
menu: fix draw menu(Do not draw the old menu of the previous server w…
Browse files Browse the repository at this point in the history
…hen you connect to another server)
  • Loading branch information
Elinsrc committed Nov 28, 2024
1 parent 553487b commit e65c8cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cl_dll/ui/hud/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 e65c8cc

Please sign in to comment.