mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
- Fixed: Strife line type 11 has the same Teleport_NewMap/Exit_Normal semantics
as line type 52. SVN r3303 (trunk)
This commit is contained in:
parent
46cedffafb
commit
3d214602c4
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ RetailOnly = 121
|
||||||
235 = USE, ACS_ExecuteWithResult (0, 235, tag)
|
235 = USE, ACS_ExecuteWithResult (0, 235, tag)
|
||||||
|
|
||||||
// Buttons
|
// Buttons
|
||||||
11 = USE|REP, Exit_Normal (0)
|
11 = USE|REP, ACS_ExecuteWithResult (0, 52, tag)
|
||||||
42 = USE|REP, Door_Close (tag, D_SLOW)
|
42 = USE|REP, Door_Close (tag, D_SLOW)
|
||||||
43 = USE|REP, Ceiling_LowerToFloor (tag, C_SLOW)
|
43 = USE|REP, Ceiling_LowerToFloor (tag, C_SLOW)
|
||||||
45 = USE|REP, Floor_LowerToHighest (tag, F_SLOW, 128)
|
45 = USE|REP, Floor_LowerToHighest (tag, F_SLOW, 128)
|
||||||
|
|
Loading…
Reference in a new issue