Skip to content

Commit 6be11c0

Browse files
authored
Client: fix draw menu (#490)
Do not draw the old menu of the previous server when you connect to another server
1 parent 9a96bec commit 6be11c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cl_dll/menu.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ void CHudMenu::InitHUDData( void )
5151
{
5252
m_fMenuDisplayed = 0;
5353
m_bitsValidSlots = 0;
54+
m_iFlags &= ~HUD_ACTIVE;
5455
Reset();
5556
}
5657

0 commit comments

Comments
 (0)