- 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:
Christoph Oelckers 2008-03-20 10:47:23 +00:00
parent be0984560c
commit 99f172702a

View file

@ -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),