- Update zdefs.acs and zspecial.acs.

SVN r1940 (trunk)
This commit is contained in:
Randy Heit 2009-10-27 02:43:14 +00:00
parent f6695b667c
commit e14e81e0ff
2 changed files with 10 additions and 0 deletions

View file

@ -629,6 +629,13 @@
#define ACTOR_GENERIC 256 #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 // Skulltag Definitions
// ========================================================================== // ==========================================================================

View file

@ -246,6 +246,9 @@ special
-27:CheckActorClass(2), -27:CheckActorClass(2),
-28:SetUserArray(4), -28:SetUserArray(4),
-29:GetUserArray(3), -29:GetUserArray(3),
-30:SoundSequenceOnActor(2),
-31:SoundSequenceOnSector(3),
-32:SoundSequenceOnPolyobj(2),
-1000:__EndOfList__(10); -1000:__EndOfList__(10);