can't use CircBuf for InputFilter; many input threads may be coming in with

events and it's only threadsafe for one writer
This commit is contained in:
Glenn Maynard
2004-03-21 08:20:30 +00:00
parent b88d38aabb
commit a220a6fb55
-1
View File
@@ -29,7 +29,6 @@ static float g_fTimeBeforeSlow, g_fTimeBeforeFast, g_fTimeBetweenSlow, g_fTimeBe
InputFilter::InputFilter()
{
/* XXX: CircBuf? */
queuemutex = new RageMutex("InputFilter");
memset( m_BeingHeld, 0, sizeof(m_BeingHeld) );
memset( m_BeingForced, 0, sizeof(m_BeingForced) );