mirror of
https://github.com/ZDoom/gzdoom-last-svn.git
synced 2025-06-03 10:41:12 +00:00
* Updated to ZDoom 4140:
- Fixed: If you hit a wall at the right moment you would some times come out of a teleporter with sliding velocity. - Fixed incorrect -= operators in vectors.h. - Add support for user variables on things in UDMF maps. If you include an actor's user variable in its UDMF thing definition, that user variable will be set to the desired value for that actor when the map is loaded. git-svn-id: http://mancubus.net/svn/hosted/gzdoom/trunk@1528 b0f79afe-0144-0410-b225-9a4edf0717df
This commit is contained in:
parent
a6b89e2b6a
commit
b9951b548d
6 changed files with 88 additions and 11 deletions
|
@ -3,5 +3,5 @@
|
|||
// This file was automatically generated by the
|
||||
// updaterevision tool. Do not edit by hand.
|
||||
|
||||
#define ZD_SVN_REVISION_STRING "4136"
|
||||
#define ZD_SVN_REVISION_NUMBER 4136
|
||||
#define ZD_SVN_REVISION_STRING "4140"
|
||||
#define ZD_SVN_REVISION_NUMBER 4140
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue