mirror of
https://github.com/ZDoom/acc.git
synced 2025-02-07 06:11:02 +00:00
- ACC header changes for Sector_ChangeFlags special.
SVN r958 (trunk)
This commit is contained in:
parent
0fd2ab850e
commit
ce2299396e
2 changed files with 3 additions and 0 deletions
|
@ -609,3 +609,5 @@
|
|||
|
||||
#define NO_CHANGE -32767.0
|
||||
|
||||
#define SECF_SILENT 1
|
||||
#define SECF_NOFALLINGDAMAGE 2
|
||||
|
|
|
@ -102,6 +102,7 @@ special
|
|||
51:Sector_SetLink(4),
|
||||
52:Scroll_Wall(5),
|
||||
53:Line_SetTextureOffset(5),
|
||||
54:Sector_ChangeFlags(3),
|
||||
76:TeleportOther(3),
|
||||
77:TeleportGroup(5),
|
||||
78:TeleportInSector(4,5),
|
||||
|
|
Loading…
Reference in a new issue