diff options
| author | SushiTee <weichel.sascha@xxx.xx> | 2011-08-01 21:03:51 +0200 |
|---|---|---|
| committer | SushiTee <weichel.sascha@xxx.xx> | 2011-08-01 21:03:51 +0200 |
| commit | 83652c91ec44f5cda7c864a7492555c798bb7ff7 (patch) | |
| tree | 33e211db00c4948fd0fe40e6757410ba772d1091 /src | |
| parent | 370b93d8e10909203a45fceaea6424253a205814 (diff) | |
| download | zcatch-83652c91ec44f5cda7c864a7492555c798bb7ff7.tar.gz zcatch-83652c91ec44f5cda7c864a7492555c798bb7ff7.zip | |
fixed a warning in client (mac)
Diffstat (limited to 'src')
| -rw-r--r-- | src/game/client/components/countryflags.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/client/components/countryflags.cpp b/src/game/client/components/countryflags.cpp index ef350cd7..6daf3c2e 100644 --- a/src/game/client/components/countryflags.cpp +++ b/src/game/client/components/countryflags.cpp @@ -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); } } |