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.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game/client/gameclient.cpp') diff --git a/src/game/client/gameclient.cpp b/src/game/client/gameclient.cpp index 8c500079..841571b1 100644 --- a/src/game/client/gameclient.cpp +++ b/src/game/client/gameclient.cpp @@ -134,6 +134,7 @@ void CGameClient::OnConsoleInit() m_pDamageind = &::gsDamageInd; m_pMapimages = &::gs_MapImages; m_pVoting = &::gs_Voting; + m_pScoreboard = &::gs_Scoreboard; // make a list of all the systems, make sure to add them in the corrent render order m_All.Add(m_pSkins); -- cgit 1.4.1