From ed133d107c58714467728bfc5c0f8f7aadbdfe2d Mon Sep 17 00:00:00 2001 From: Spoike Date: Thu, 24 Mar 2005 17:19:25 +0000 Subject: [PATCH] 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 --- engine/client/cl_input.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/engine/client/cl_input.c b/engine/client/cl_input.c index 3eb60ae2f..40792dd75 100644 --- a/engine/client/cl_input.c +++ b/engine/client/cl_input.c @@ -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 /*