mirror of
https://github.com/ZDoom/gzdoom-last-svn.git
synced 2025-05-31 01:10:52 +00:00
- Be consistent with whitespace tabs. - Stylistic changes. - Fixed: A_RemoveSiblings and [A_RaiseSiblings] did not check that the caller had a master to deduce siblings from. - Fixed: WeaponGiver did not give half ammo when dropped. - Fixed: The constructor for single-lump fonts did not initialize the Cursor field. - Added a NODELAY state flag. This is only valid for a state immediately following a Spawn label. When set, the actor will run this state during its first tick. This means Spawn states may now run an action function if you set this flag. Note that this action function is executed during the actor's first tick, which is not the same as when it is spawned. - Fixed: r4226 [ported in r1557] had bad copy-paste angles for Demon2's XDeath. - A_KillSiblings and A_DamageSiblings didn't check for a valid master. git-svn-id: http://mancubus.net/svn/hosted/gzdoom/trunk@1560 b0f79afe-0144-0410-b225-9a4edf0717df
7 lines
181 B
C
7 lines
181 B
C
//
|
|
//
|
|
// This file was automatically generated by the
|
|
// updaterevision tool. Do not edit by hand.
|
|
|
|
#define ZD_SVN_REVISION_STRING "4242"
|
|
#define ZD_SVN_REVISION_NUMBER 4242
|