mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-19 14:38:18 +00:00
Merge pull request #2064 from Dune-jr/fix-notifications-init
Fix sound notifications being displayed when client loads too quick
This commit is contained in:
commit
86f0075334
|
@ -12,7 +12,7 @@
|
|||
|
||||
CNotifications::CNotifications()
|
||||
{
|
||||
m_SoundToggleTime = 0.0f;
|
||||
m_SoundToggleTime = -99.0f;
|
||||
}
|
||||
|
||||
void CNotifications::OnConsoleInit()
|
||||
|
|
Loading…
Reference in a new issue