]> git.xonotic.org Git - xonotic/darkplaces.git/commit
Fix rogue mission pack (Dissolution of Eternity) plasma launcher which
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 2 Jan 2017 01:12:46 +0000 (01:12 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 2 Jan 2017 01:12:46 +0000 (01:12 +0000)
commitebb2d9eb46294098dfdb089cb6cdd42cc56f04a2
tree590998db6f4faefad436d35de6db2e928d2b423b
parentd4cbc6d4c5fd47818f603ee87941548f75bcd007
Fix rogue mission pack (Dissolution of Eternity) plasma launcher which
uses velocity so small initially that SV_CheckVelocity was zeroing it in
the denormal check - the threshold has been lowered by 3 digits since
this was really only meant to detect denormals, not mess with real
numbers

thanks to Roman for this bug report

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