]> git.xonotic.org Git - xonotic/darkplaces.git/commit
Changed the collision code used by sv_gameplayfix_nudgeoutofsolid to not consider... v20140513
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 13 May 2014 22:13:15 +0000 (22:13 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 13 May 2014 22:13:15 +0000 (22:13 +0000)
commit89983a6142ccbec1cfd3690fa55979bbdaf3b8f1
treecca8d2069e52bcf33c86dab0eefdd2b3ad3dc53d
parent25316c0e938563601f0fb1ae90fe28a5d89a05d9
Changed the collision code used by sv_gameplayfix_nudgeoutofsolid to not consider collision_impactnudge as that is already taken care of by the caller, and the way it was being done would typically reject such collisions anyway.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12076 d7cf8633-e32d-0410-b094-e92efae38249
collision.c