mirror of
https://github.com/ZDoom/acc.git
synced 2025-02-07 06:11:02 +00:00
- Added PlayActorSound identifiers to zdefs.acs.
SVN r4327 (trunk)
This commit is contained in:
parent
4f33fad84d
commit
d1bf5cdfa7
1 changed files with 14 additions and 0 deletions
14
zdefs.acs
14
zdefs.acs
|
@ -698,6 +698,20 @@
|
||||||
#define ATTN_IDLE 1.001
|
#define ATTN_IDLE 1.001
|
||||||
#define ATTN_STATIC 3.0 // dimish very rapidly with distance
|
#define ATTN_STATIC 3.0 // dimish very rapidly with distance
|
||||||
|
|
||||||
|
// Identifiers for PlayActorSound
|
||||||
|
|
||||||
|
#define SOUND_See 0
|
||||||
|
#define SOUND_Attack 1
|
||||||
|
#define SOUND_Pain 2
|
||||||
|
#define SOUND_Death 3
|
||||||
|
#define SOUND_Active 4
|
||||||
|
#define SOUND_Use 5
|
||||||
|
#define SOUND_Bounce 6
|
||||||
|
#define SOUND_WallBounce 7
|
||||||
|
#define SOUND_CrushPain 8
|
||||||
|
#define SOUND_Howl 9
|
||||||
|
|
||||||
|
|
||||||
// Actor pointer selectors
|
// Actor pointer selectors
|
||||||
|
|
||||||
#DEFINE AAPTR_DEFAULT 0
|
#DEFINE AAPTR_DEFAULT 0
|
||||||
|
|
Loading…
Reference in a new issue