about summary refs log tree commit diff
path: root/src/game/client/gameclient.h
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2010-08-18 03:57:35 +0200
committeroy <Tom_Adams@web.de>2010-08-18 03:57:35 +0200
commit538d968349faaec96ca010cc3fa0efdc13a05aed (patch)
treebf6d1d791aa580e8a05df553a58a6efd26cd771e /src/game/client/gameclient.h
parent0f72fd19ef9f03b335c9bc4e4dae764079e1f30d (diff)
downloadzcatch-538d968349faaec96ca010cc3fa0efdc13a05aed.tar.gz
zcatch-538d968349faaec96ca010cc3fa0efdc13a05aed.zip
fixed that scoreboard overlaps the chat. Closes #14
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 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);