diff options
| author | oy <Tom_Adams@web.de> | 2011-01-17 12:28:37 +0100 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2011-01-17 12:28:37 +0100 |
| commit | 216967c3bf72ccff9d069327a5531e50f8f88b5a (patch) | |
| tree | edda4389c670ddbb9e37885a948f5231babbf496 /src/engine/client/client.h | |
| parent | 5483eb66294aabea76624659886a7c39a0758e66 (diff) | |
| download | zcatch-216967c3bf72ccff9d069327a5531e50f8f88b5a.tar.gz zcatch-216967c3bf72ccff9d069327a5531e50f8f88b5a.zip | |
release gameclient components when opening the editor. Closes #429
Diffstat (limited to 'src/engine/client/client.h')
| -rw-r--r-- | src/engine/client/client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/client/client.h b/src/engine/client/client.h index 406b0ac7..f25e7cf7 100644 --- a/src/engine/client/client.h +++ b/src/engine/client/client.h @@ -141,6 +141,7 @@ class CClient : public IClient, public CDemoPlayer::IListner int m_WindowMustRefocus; int m_SnapCrcErrors; bool m_AutoScreenshotRecycle; + bool m_EditorActive; int m_AckGameTick; int m_CurrentRecvTick; |