mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2024-11-29 23:23:07 +00:00
- fixed: Stairs_BuildUpDoomCrush wasn't in the special dispatcher list.
This commit is contained in:
parent
5ec33de8a7
commit
b7460144b6
1 changed files with 1 additions and 0 deletions
|
@ -3589,6 +3589,7 @@ static lnSpecFunc LineSpecials[] =
|
|||
/* 270 */ LS_Stairs_BuildDownDoom,
|
||||
/* 271 */ LS_Stairs_BuildUpDoomSync,
|
||||
/* 272 */ LS_Stairs_BuildDownDoomSync,
|
||||
/* 273 */ LS_Stairs_BuildUpDoomCrush,
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue