mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
- fixed: Stairs_BuildUpDoomCrush wasn't in the special dispatcher list.
This commit is contained in:
parent
de4153ceaf
commit
385ebf2ed2
1 changed files with 1 additions and 0 deletions
|
@ -3590,6 +3590,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