mirror of
https://github.com/ZDoom/acc.git
synced 2025-03-13 03:42:17 +00:00
- Added FS_Execute special to zspecial.acs. The special is GZDoom only but
ACC still needs to know about it. SVN r823 (trunk)
This commit is contained in:
parent
be0984560c
commit
99f172702a
1 changed files with 3 additions and 0 deletions
|
@ -108,9 +108,12 @@ special
|
||||||
127:Thing_SetSpecial(5),
|
127:Thing_SetSpecial(5),
|
||||||
128:ThrustThingZ(4),
|
128:ThrustThingZ(4),
|
||||||
139:Thing_SpawnFacing(2,4),
|
139:Thing_SpawnFacing(2,4),
|
||||||
|
|
||||||
|
158:FS_Execute(1,4) // GZDoom only!
|
||||||
159:Sector_SetPlaneReflection(3), // GZDoom only!
|
159:Sector_SetPlaneReflection(3), // GZDoom only!
|
||||||
//160:Sector_Set3DFloor // GZDoom/Vavoom
|
//160:Sector_Set3DFloor // GZDoom/Vavoom
|
||||||
//161:Sector_SetContents // Vavoom
|
//161:Sector_SetContents // Vavoom
|
||||||
|
|
||||||
169:Generic_Crusher2(5),
|
169:Generic_Crusher2(5),
|
||||||
170:Sector_SetCeilingScale2(3),
|
170:Sector_SetCeilingScale2(3),
|
||||||
171:Sector_SetFloorScale2(3),
|
171:Sector_SetFloorScale2(3),
|
||||||
|
|
Loading…
Reference in a new issue