From bf6fcc20f4a9cccab0470d5848a2401bd0bfe93e Mon Sep 17 00:00:00 2001 From: oy Date: Mon, 17 Jan 2011 13:28:15 +0100 Subject: added an error popup on startup when the sound couldn't be initialised. Closes #425 --- src/engine/client/client.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/engine/client/client.h') diff --git a/src/engine/client/client.h b/src/engine/client/client.h index f25e7cf7..8ba70662 100644 --- a/src/engine/client/client.h +++ b/src/engine/client/client.h @@ -142,6 +142,7 @@ class CClient : public IClient, public CDemoPlayer::IListner int m_SnapCrcErrors; bool m_AutoScreenshotRecycle; bool m_EditorActive; + bool m_SoundInitFailed; int m_AckGameTick; int m_CurrentRecvTick; @@ -235,6 +236,8 @@ public: virtual bool ConnectionProblems(); + virtual bool SoundInitFailed() { return m_SoundInitFailed; } + void DirectInput(int *pInput, int Size); void SendInput(); -- cgit 1.4.1