Update to ZDoom r1986:

- fixed: P_NowayTraverse was called with a trace distance of 128 instead of
  the 64 that should have been used.
- reverted the change that makes 0-damage projectiles call P_DamageMobj.
  Both Hexen and Heretic depend on such projectiles not doing it as do many
  mods that create snow/rain effects plus any terrain splash mod.


git-svn-id: http://mancubus.net/svn/hosted/gzdoom/trunk@627 b0f79afe-0144-0410-b225-9a4edf0717df
This commit is contained in:
Christoph Oelckers 2009-11-17 23:24:59 +00:00
parent 54fd5e9f43
commit 9b4f7c5ea7
2 changed files with 8 additions and 4 deletions

View file

@ -3,5 +3,5 @@
// This file was automatically generated by the
// updaterevision tool. Do not edit by hand.
#define ZD_SVN_REVISION_STRING "1982"
#define ZD_SVN_REVISION_NUMBER 1982
#define ZD_SVN_REVISION_STRING "1986"
#define ZD_SVN_REVISION_NUMBER 1986