about summary refs log tree commit diff
path: root/src/game/client/components/countryflags.h
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2012-01-08 18:16:38 +0100
committeroy <Tom_Adams@web.de>2012-01-08 18:16:38 +0100
commite960cbdff3bea74edfbca157679dcf65359e0739 (patch)
tree3cf2711fdf42f3d2f558cc660746146497526acd /src/game/client/components/countryflags.h
parent3811476c6e69824a6a67b913961c4ab4716eda20 (diff)
downloadzcatch-e960cbdff3bea74edfbca157679dcf65359e0739.tar.gz
zcatch-e960cbdff3bea74edfbca157679dcf65359e0739.zip
added a config to display the code string of a country flag instead of the image. Closes #897
Diffstat (limited to 'src/game/client/components/countryflags.h')
-rw-r--r--src/game/client/components/countryflags.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/components/countryflags.h b/src/game/client/components/countryflags.h
index ad24a762..df934821 100644
--- a/src/game/client/components/countryflags.h
+++ b/src/game/client/components/countryflags.h
@@ -23,7 +23,7 @@ public:
 	int Num() const;
 	const CCountryFlag *GetByCountryCode(int CountryCode) const;
 	const CCountryFlag *GetByIndex(int Index) const;
-	//int Find(int CountryCode) const;
+	void Render(int CountryCode, const vec4 *pColor, float x, float y, float w, float h);
 
 private:
 	enum