mirror of
https://github.com/ZDoom/gzdoom-last-svn.git
synced 2025-06-04 11:10:48 +00:00
* Updated to ZDoom r3889:
- Moved Sqrt, FixedSqrt, and VectorLength to ACSF_ instead of adding new opcodes. - Fixed: WeaponGiver needs to set the MF_DROPPED flag of the spawned weapon to match its own. - Fixed: WeaponGiver should not remember the given weapon after it is picked up. - Added the Inventory flag IF_NEVERRESPAWN. - Added sqrt, fixedsqrt, and vectorlength to ACS. - Fixed: FString::Insert copied too many characters. git-svn-id: http://mancubus.net/svn/hosted/gzdoom/trunk@1457 b0f79afe-0144-0410-b225-9a4edf0717df
This commit is contained in:
parent
543f33259a
commit
b62c6a09df
8 changed files with 25 additions and 5 deletions
|
@ -3,5 +3,5 @@
|
|||
// This file was automatically generated by the
|
||||
// updaterevision tool. Do not edit by hand.
|
||||
|
||||
#define ZD_SVN_REVISION_STRING "3881"
|
||||
#define ZD_SVN_REVISION_NUMBER 3881
|
||||
#define ZD_SVN_REVISION_STRING "3889"
|
||||
#define ZD_SVN_REVISION_NUMBER 3889
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue