mirror of
https://github.com/ZDoom/gzdoom-last-svn.git
synced 2025-06-04 19:20:53 +00:00
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:
parent
54fd5e9f43
commit
9b4f7c5ea7
2 changed files with 8 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue