This commit is contained in:
Glenn Maynard
2005-01-26 21:41:40 +00:00
parent de2b899a5f
commit 1b49d06b5d
@@ -232,7 +232,6 @@ bool EventImpl_Pthreads::Wait( RageTimer *pTimeout )
return iRet != ETIMEDOUT;
}
#else
sdf
bool EventImpl_Pthreads::Wait( RageTimer *pTimeout )
{
pthread_cond_wait( &m_Cond, &m_pParent->mutex );