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/components/sounds.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/game/client/components/sounds.h') diff --git a/src/game/client/components/sounds.h b/src/game/client/components/sounds.h index 62fee72a..0e782442 100644 --- a/src/game/client/components/sounds.h +++ b/src/game/client/components/sounds.h @@ -13,6 +13,8 @@ class CSounds : public CComponent int m_aQueue[QUEUE_SIZE]; int m_QueuePos; int64 m_QueueWaitTime; + class CJob m_SoundJob; + bool m_WaitForSoundJob; public: // sound channels -- cgit 1.4.1