From 538d968349faaec96ca010cc3fa0efdc13a05aed Mon Sep 17 00:00:00 2001 From: oy Date: Wed, 18 Aug 2010 03:57:35 +0200 Subject: fixed that scoreboard overlaps the chat. Closes #14 --- 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 211e3b11..888188db 100644 --- a/src/game/client/gameclient.h +++ b/src/game/client/gameclient.h @@ -205,6 +205,7 @@ public: class CMotd *m_pMotd; class CMapImages *m_pMapimages; class CVoting *m_pVoting; + class CScoreboard *m_pScoreboard; }; extern const char *Localize(const char *Str); -- cgit 1.4.1