]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commitdiff
disable COLLISION_STUPID_TRACE_ENDPOS_IN_SOLID_WORKAROUND because it
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 4 Dec 2009 06:29:45 +0000 (06:29 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 4 Dec 2009 06:29:45 +0000 (06:29 +0000)
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

collision.h

index 3b36e220d1fef2959e9512a7be6dd628f7a0e00d..e673381ede73576993b707e370340d8f8b1e5a25 100644 (file)
@@ -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