From: havoc Date: Fri, 4 Dec 2009 06:29:45 +0000 (+0000) Subject: disable COLLISION_STUPID_TRACE_ENDPOS_IN_SOLID_WORKAROUND because it X-Git-Tag: xonotic-v0.1.0preview~1112 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=d968984bc3431e7170a245d7f70229be8e89b5c9;p=xonotic%2Fdarkplaces.git disable COLLISION_STUPID_TRACE_ENDPOS_IN_SOLID_WORKAROUND because it breaks quake (radius damage is not affecting exploboxes if the rocket is shot at a wall - but does work if shot at the floor, proximity mines in mission pack 1 don't stick to walls, only floors) git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9534 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/collision.h b/collision.h index 3b36e220..e673381e 100644 --- a/collision.h +++ b/collision.h @@ -172,7 +172,7 @@ void Collision_ShortenTrace(trace_t *trace, float shorten_factor, const vec3_t e #define COLLISIONPARANOID 0 // make every trace 1qu longer, and shorten the result, to work around a stupid bug somewhere -#define COLLISION_STUPID_TRACE_ENDPOS_IN_SOLID_WORKAROUND +//#define COLLISION_STUPID_TRACE_ENDPOS_IN_SOLID_WORKAROUND #endif