about summary refs log tree commit diff
path: root/src/game/client
diff options
context:
space:
mode:
authorSushiTee <weichel.sascha@xxx.xx>2011-08-01 21:03:51 +0200
committerSushiTee <weichel.sascha@xxx.xx>2011-08-01 21:03:51 +0200
commit83652c91ec44f5cda7c864a7492555c798bb7ff7 (patch)
tree33e211db00c4948fd0fe40e6757410ba772d1091 /src/game/client
parent370b93d8e10909203a45fceaea6424253a205814 (diff)
downloadzcatch-83652c91ec44f5cda7c864a7492555c798bb7ff7.tar.gz
zcatch-83652c91ec44f5cda7c864a7492555c798bb7ff7.zip
fixed a warning in client (mac)
Diffstat (limited to 'src/game/client')
-rw-r--r--src/game/client/components/countryflags.cpp1
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);
 	}
 }