From b99ac459bea247f2a2474b345b1dd69e4bd59a69 Mon Sep 17 00:00:00 2001 From: oy Date: Sun, 4 Dec 2011 14:04:12 +0100 Subject: fixed envelope rendering when seeking in the demo player --- src/game/client/gameclient.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/game/client/gameclient.h') diff --git a/src/game/client/gameclient.h b/src/game/client/gameclient.h index 0dff77d4..e8c7e7bd 100644 --- a/src/game/client/gameclient.h +++ b/src/game/client/gameclient.h @@ -242,6 +242,8 @@ public: class CVoting *m_pVoting; class CScoreboard *m_pScoreboard; class CItems *m_pItems; + class CMapLayers *m_pMapLayersBackGround; + class CMapLayers *m_pMapLayersForeGround; }; -- cgit 1.4.1