mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
fixed a warning in client (mac)
This commit is contained in:
parent
370b93d8e1
commit
83652c91ec
|
@ -94,6 +94,7 @@ void CCountryFlags::OnInit()
|
|||
CCountryFlag DummyEntry;
|
||||
DummyEntry.m_CountryCode = -1;
|
||||
DummyEntry.m_Texture = -1;
|
||||
mem_zero(DummyEntry.m_aCountryCodeString, sizeof(DummyEntry.m_aCountryCodeString));
|
||||
m_aCountryFlags.add(DummyEntry);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue