mirror of
https://github.com/ZDoom/gzdoom-last-svn.git
synced 2025-06-03 18:51:22 +00:00
* 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:
parent
67442aba1f
commit
a79fe7da6d
5 changed files with 59 additions and 33 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue