diff options
| author | oy <Tom_Adams@web.de> | 2012-06-10 12:14:41 +0200 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2013-02-24 17:35:51 +0100 |
| commit | b7e5bb54ad77545ae139115a1a64f9ebb7160006 (patch) | |
| tree | 020e1c8f563e63a7753274a2f2a49d63e3722a94 /src/engine/client/client.h | |
| parent | 1a62770a5691157f83061eedd2e3ce7d3fa33f62 (diff) | |
| download | zcatch-b7e5bb54ad77545ae139115a1a64f9ebb7160006.tar.gz zcatch-b7e5bb54ad77545ae139115a1a64f9ebb7160006.zip | |
fixed semaphore on macosx
Diffstat (limited to 'src/engine/client/client.h')
| -rw-r--r-- | src/engine/client/client.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/engine/client/client.h b/src/engine/client/client.h index d958b49a..87e2bc70 100644 --- a/src/engine/client/client.h +++ b/src/engine/client/client.h @@ -175,8 +175,6 @@ class CClient : public IClient, public CDemoPlayer::IListner class CHostLookup m_VersionServeraddr; } m_VersionInfo; - semaphore m_GfxRenderSemaphore; - semaphore m_GfxStateSemaphore; volatile int m_GfxState; static void GraphicsThreadProxy(void *pThis) { ((CClient*)pThis)->GraphicsThread(); } void GraphicsThread(); |