mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2024-11-15 08:41:59 +00:00
- Fixed: Strife line special should have been marked repeatable.
SVN r4268 (trunk)
This commit is contained in:
parent
5b74e1acba
commit
4692e3f69c
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ RetailOnly = 121
|
|||
108 = WALK, Door_Raise (tag, D_FAST, VDOORWAIT)
|
||||
109 = WALK, Door_Open (tag, D_FAST)
|
||||
100 = WALK, Stairs_BuildUpDoom (tag, ST_TURBO, 16, 0, 0)
|
||||
197 = WALK, ACS_ExecuteAlways (0, 0, 197, tag)
|
||||
197 = WALK|REP, ACS_ExecuteAlways (0, 0, 197, tag)
|
||||
110 = WALK, Door_Close (tag, D_FAST)
|
||||
119 = WALK, Floor_RaiseToNearest (tag, F_SLOW)
|
||||
121 = WALK, Plat_DownWaitUpStayLip (tag, P_TURBO, PLATWAIT, 0)
|
||||
|
|
Loading…
Reference in a new issue