mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
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:
parent
a21a4464f4
commit
ed133d107c
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue