diff options
| author | oy <Tom_Adams@web.de> | 2011-12-04 14:04:12 +0100 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2011-12-04 14:04:12 +0100 |
| commit | b99ac459bea247f2a2474b345b1dd69e4bd59a69 (patch) | |
| tree | 679baad0e407cc257a6601c02f5399d33603b322 /src/game/client/gameclient.cpp | |
| parent | e411d8f5917ac3b47f6b5f10432d045dda62e814 (diff) | |
| download | zcatch-b99ac459bea247f2a2474b345b1dd69e4bd59a69.tar.gz zcatch-b99ac459bea247f2a2474b345b1dd69e4bd59a69.zip | |
fixed envelope rendering when seeking in the demo player
Diffstat (limited to 'src/game/client/gameclient.cpp')
| -rw-r--r-- | src/game/client/gameclient.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/client/gameclient.cpp b/src/game/client/gameclient.cpp index d110bfe7..2fd1c2f3 100644 --- a/src/game/client/gameclient.cpp +++ b/src/game/client/gameclient.cpp @@ -126,6 +126,8 @@ void CGameClient::OnConsoleInit() m_pVoting = &::gs_Voting; m_pScoreboard = &::gs_Scoreboard; m_pItems = &::gs_Items; + m_pMapLayersBackGround = &::gs_MapLayersBackGround; + m_pMapLayersForeGround = &::gs_MapLayersForeGround; // make a list of all the systems, make sure to add them in the corrent render order m_All.Add(m_pSkins); |