From 0bc13c91ebcc6404fc67e079e5a9acad10176c98 Mon Sep 17 00:00:00 2001 From: oy Date: Sun, 27 Feb 2011 17:56:03 +0100 Subject: made cl_threadsoundloading work again --- 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 35deec7b..e6650d44 100644 --- a/src/game/client/gameclient.h +++ b/src/game/client/gameclient.h @@ -31,6 +31,7 @@ class CGameClient : public IGameClient CStack m_Input; CNetObjHandler m_NetObjHandler; + class IEngine *m_pEngine; class IInput *m_pInput; class IGraphics *m_pGraphics; class ITextRender *m_pTextRender; @@ -62,6 +63,7 @@ class CGameClient : public IGameClient public: IKernel *Kernel() { return IInterface::Kernel(); } + IEngine *Engine() const { return m_pEngine; } class IGraphics *Graphics() const { return m_pGraphics; } class IClient *Client() const { return m_pClient; } class CUI *UI() { return &m_UI; } -- cgit 1.4.1