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-20 11:15:24 +0100
committeroy <Tom_Adams@web.de>2011-03-20 11:15:24 +0100
commit79aa9d640e5b258e6698d5d86adf190e02dcf866 (patch)
tree18e5009fe3adf888a8c261569c2ebc2b7e4f9e1f /src/game/client/gameclient.h
parent3a7d93e182a518e9cc89aec72e9975bfae762ebb (diff)
downloadzcatch-79aa9d640e5b258e6698d5d86adf190e02dcf866.tar.gz
zcatch-79aa9d640e5b258e6698d5d86adf190e02dcf866.zip
fixed that server browser shows the correct country flag
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 26c839a3..0c899805 100644
--- a/src/game/client/gameclient.h
+++ b/src/game/client/gameclient.h
@@ -203,6 +203,7 @@ public:
 	virtual void OnStartGame();
 	
 	virtual const char *GetItemName(int Type);
+	virtual int GetCountryIndex(int Code);
 	virtual const char *Version();
 	virtual const char *NetVersion();