Add true independant physics in linux at some later point

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@920 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2005-03-24 17:19:25 +00:00
parent a21a4464f4
commit ed133d107c
1 changed files with 4 additions and 1 deletions

View File

@ -900,8 +900,8 @@ void CL_FlushClientCommands(void)
}
}
#ifdef _WIN32
qboolean runningindepphys;
#ifdef _WIN32
CRITICAL_SECTION indepcriticialsection;
HANDLE indepphysicsthread;
void CL_AllowIndependantSendCmd(qboolean allow)
@ -974,6 +974,9 @@ void CL_UseIndepPhysics(qboolean allow)
void CL_AllowIndependantSendCmd(qboolean allow)
{
}
void CL_UseIndepPhysics(qboolean allow)
{
}
#endif
/*