mirror of
https://github.com/ZDoom/acc.git
synced 2025-03-03 15:31:08 +00:00
- Added SpawnDecal and its flags to ACS includes.
SVN r4331 (trunk)
This commit is contained in:
parent
d1bf5cdfa7
commit
e58f13aabc
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -314,6 +314,7 @@ special
|
|||
-69:GetWeapon(0),
|
||||
-70:SoundVolume(3),
|
||||
-71:PlayActorSound(2,6),
|
||||
-72:SpawnDecal(2,6),
|
||||
|
||||
// Zandronum's
|
||||
-100:ResetMap(0),
|
||||
|
|
Loading…
Reference in a new issue