close the scoreboard when opening the menu in the demo player. Closes #407

This commit is contained in:
oy 2011-01-12 01:33:16 +01:00
parent 3f4556a861
commit b94c70d351

View file

@ -1103,6 +1103,10 @@ void CMenus::SetActive(bool Active)
m_pClient->OnRelease();
}
}
else if(Client()->State() == IClient::STATE_DEMOPLAYBACK)
{
m_pClient->OnRelease();
}
}
void CMenus::OnReset()