* Updated to ZDoom 4202:

- Added SXF_TRANSFERSPECIAL and SXF_CLEARCALLERSPECIAL flags for A_SpawnItemEx.
- Added an enum for the values a Trace callback function can return.
- Added a userdata parameter to pass to the Trace callback function.
- Added FDARI's A_CheckLOF, modified to use a Trace callback function.
- Stop storing rail hits in a global variable, and consolidate the two railgun callbacks into a single function.

git-svn-id: http://mancubus.net/svn/hosted/gzdoom/trunk@1546 b0f79afe-0144-0410-b225-9a4edf0717df
This commit is contained in:
gez 2013-03-24 10:07:00 +00:00
parent a0cd462a4a
commit 5f8da0db96
7 changed files with 414 additions and 72 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 "4198"
#define ZD_SVN_REVISION_NUMBER 4198
#define ZD_SVN_REVISION_STRING "4202"
#define ZD_SVN_REVISION_NUMBER 4202