From 79aa9d640e5b258e6698d5d86adf190e02dcf866 Mon Sep 17 00:00:00 2001 From: oy Date: Sun, 20 Mar 2011 11:15:24 +0100 Subject: fixed that server browser shows the correct country flag --- src/game/client/gameclient.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game/client/gameclient.h') 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(); -- cgit 1.4.1