mirror of
https://github.com/ZDoom/acc.git
synced 2024-11-15 00:41:30 +00:00
- Update zdefs.acs and zspecial.acs.
SVN r1940 (trunk)
This commit is contained in:
parent
f6695b667c
commit
e14e81e0ff
2 changed files with 10 additions and 0 deletions
|
@ -629,6 +629,13 @@
|
|||
#define ACTOR_GENERIC 256
|
||||
|
||||
|
||||
// Physical volumes for SoundSequenceOnSector
|
||||
|
||||
#define SECSEQ_FLOOR 1
|
||||
#define SECSEQ_CEILING 2
|
||||
#define SECSEQ_FULLHEIGHT 3
|
||||
#define SECSEQ_INTERIOR 4
|
||||
|
||||
// ==========================================================================
|
||||
// Skulltag Definitions
|
||||
// ==========================================================================
|
||||
|
|
|
@ -246,6 +246,9 @@ special
|
|||
-27:CheckActorClass(2),
|
||||
-28:SetUserArray(4),
|
||||
-29:GetUserArray(3),
|
||||
-30:SoundSequenceOnActor(2),
|
||||
-31:SoundSequenceOnSector(3),
|
||||
-32:SoundSequenceOnPolyobj(2),
|
||||
|
||||
-1000:__EndOfList__(10);
|
||||
|
||||
|
|
Loading…
Reference in a new issue