about summary refs log tree commit diff
path: root/src/game/client/gameclient.h
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2011-03-16 12:09:22 +0100
committeroy <Tom_Adams@web.de>2011-03-16 12:09:22 +0100
commit156e23b5923af300595704bb4fe6999deb4871a8 (patch)
tree47c20236a5bcc3493c795c3d6e638b2893ea0f49 /src/game/client/gameclient.h
parent30d9c9f4d9e46fec403f3fa810898017a18e93b6 (diff)
downloadzcatch-156e23b5923af300595704bb4fe6999deb4871a8.tar.gz
zcatch-156e23b5923af300595704bb4fe6999deb4871a8.zip
added loading/support for country flags to the client
Diffstat (limited to 'src/game/client/gameclient.h')
-rw-r--r--src/game/client/gameclient.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/client/gameclient.h b/src/game/client/gameclient.h
index a3092514..26c839a3 100644
--- a/src/game/client/gameclient.h
+++ b/src/game/client/gameclient.h
@@ -219,6 +219,7 @@ public:
 	class CParticles *m_pParticles;
 	class CMenus *m_pMenus;
 	class CSkins *m_pSkins;
+	class CCountryFlags *m_pCountryFlags;
 	class CFlow *m_pFlow;
 	class CChat *m_pChat;
 	class CDamageInd *m_pDamageind;