mirror of
https://github.com/ZDoom/acc.git
synced 2025-02-06 22:10:52 +00:00
Added Stairs_BuildUpDoomCrush to zspecials.acs
Used by Eternity to emulate the Boom-standardized 16-unit crushing stairs (I know in vanilla the crushing was governed by uninitialized variables).
This commit is contained in:
parent
e900dd577d
commit
9c4feb1614
1 changed files with 1 additions and 0 deletions
|
@ -263,6 +263,7 @@ special
|
|||
270:Stairs_BuildDownDoom(5),
|
||||
271:Stairs_BuildUpDoomSync(4),
|
||||
272:Stairs_BuildDownDoomSync(4),
|
||||
273:Stairs_BuildUpDoomCrush(5),
|
||||
|
||||
// new to Eternity
|
||||
// 300:Portal_Define(5),
|
||||
|
|
Loading…
Reference in a new issue