* Updated to ZDoom r3756:

- Added PCD_SCRIPTWAITNAMED p-code.
- Fixed: PCD_SCRIPTWAITDIRECT had different semantics than PCD_SCRIPTWAIT.
- Remove FloatBobOffsets[], since it's just a mini-finesine[] table multiplied by 8.
- Remove FloatBobDiffs[] table, as it is now unused.

git-svn-id: http://mancubus.net/svn/hosted/gzdoom/trunk@1424 b0f79afe-0144-0410-b225-9a4edf0717df
This commit is contained in:
gez 2012-07-11 12:41:13 +00:00
parent ed1cd46d6a
commit 37cc4b45a6
15 changed files with 49 additions and 91 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 "3751"
#define ZD_SVN_REVISION_NUMBER 3751
#define ZD_SVN_REVISION_STRING "3756"
#define ZD_SVN_REVISION_NUMBER 3756