diff options
| author | oy <Tom_Adams@web.de> | 2012-01-08 18:16:38 +0100 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2012-01-08 18:16:38 +0100 |
| commit | e960cbdff3bea74edfbca157679dcf65359e0739 (patch) | |
| tree | 3cf2711fdf42f3d2f558cc660746146497526acd /src/game/client/components/countryflags.h | |
| parent | 3811476c6e69824a6a67b913961c4ab4716eda20 (diff) | |
| download | zcatch-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.h | 2 |
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 |