* Updated to ZDoom r3685:

- The bouncing check from r3643 cannot be applied retroactively to the existing DOOMBOUNCE flag because mods depend on the old behavior. Instead of modifying BOUNCE_AutoOff's behavior the correct way of doing this has to be implemented as a separate flag in order to avoid problems.
- Restored the old underwater sinking code for players.


git-svn-id: http://mancubus.net/svn/hosted/gzdoom/trunk@1404 b0f79afe-0144-0410-b225-9a4edf0717df
This commit is contained in:
gez 2012-06-18 17:21:50 +00:00
parent 67442aba1f
commit a79fe7da6d
5 changed files with 59 additions and 33 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 "3683"
#define ZD_SVN_REVISION_NUMBER 3683
#define ZD_SVN_REVISION_STRING "3685"
#define ZD_SVN_REVISION_NUMBER 3685