- Added SpawnDecal and its flags to ACS includes.

SVN r4331 (trunk)
This commit is contained in:
Randy Heit 2013-06-05 02:16:51 +00:00
parent d1bf5cdfa7
commit e58f13aabc
2 changed files with 5 additions and 0 deletions

View file

@ -711,6 +711,10 @@
#define SOUND_CrushPain 8
#define SOUND_Howl 9
// Flags for SpawnDecal
#define SDF_ABSANGLE 1
#define SDF_PERMANENT 2
// Actor pointer selectors

View file

@ -314,6 +314,7 @@ special
-69:GetWeapon(0),
-70:SoundVolume(3),
-71:PlayActorSound(2,6),
-72:SpawnDecal(2,6),
// Zandronum's
-100:ResetMap(0),