* Updated to ZDoom r2504:

- Added: If a PowerFlight item got a valid icon don't use the spinning wings for the HUD display
- Added Polyobj_MoveToSpot action specials. They are functionally identical to Polyobj_MoveTo but get the target coordinate from a map spot instead.
- Added GetPolyobjX and GetPolyobjY ACS functions.

git-svn-id: http://mancubus.net/svn/hosted/gzdoom/trunk@879 b0f79afe-0144-0410-b225-9a4edf0717df
This commit is contained in:
gez 2010-08-10 21:21:12 +00:00
parent 4a5f749642
commit 6f4410f6de
7 changed files with 61 additions and 14 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 "2501"
#define ZD_SVN_REVISION_NUMBER 2501
#define ZD_SVN_REVISION_STRING "2504"
#define ZD_SVN_REVISION_NUMBER 2504