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.h | |
| 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.h')
| -rw-r--r-- | src/game/client/gameclient.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; }; |