From c75a75b64ff804e7a14374e17b31377aabff0d63 Mon Sep 17 00:00:00 2001 From: oy Date: Sun, 12 Dec 2010 16:48:13 +0100 Subject: made it possible to automatically take game over screenshots. Closes #339 --- src/engine/client/client.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/engine/client/client.h') diff --git a/src/engine/client/client.h b/src/engine/client/client.h index 8486e481..a7385037 100644 --- a/src/engine/client/client.h +++ b/src/engine/client/client.h @@ -140,6 +140,7 @@ class CClient : public IClient, public CDemoPlayer::IListner NETADDR m_ServerAddress; int m_WindowMustRefocus; int m_SnapCrcErrors; + bool m_AutoScreenshotRecycle; int m_AckGameTick; int m_CurrentRecvTick; @@ -319,6 +320,9 @@ public: void DemoRecorder_HandleAutoStart(); void DemoRecorder_Stop(); + void AutoScreenshot_Start(); + void AutoScreenshot_Cleanup(); + virtual class CEngine *Engine() { return &m_Engine; } }; #endif -- cgit 1.4.1