mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2024-11-22 20:11:17 +00:00
- Fix strife linetype 11 again, courtesy of Gez.
SVN r3376 (trunk)
This commit is contained in:
parent
d54f9c3616
commit
91ba2ec404
3 changed files with 13 additions and 2 deletions
|
@ -133,6 +133,17 @@ script << 0 >> (int type, int tag)
|
|||
}
|
||||
break;
|
||||
|
||||
case 11:
|
||||
if (tag == 0)
|
||||
{
|
||||
Exit_Normal (0);
|
||||
}
|
||||
else
|
||||
{
|
||||
Teleport_NewMap (tag, 0, FALSE);
|
||||
}
|
||||
break;
|
||||
|
||||
case 52:
|
||||
tag /= 100;
|
||||
if (tag == 0)
|
||||
|
|
Binary file not shown.
|
@ -278,7 +278,7 @@ RetailOnly = 121
|
|||
235 = USE, ACS_ExecuteWithResult (0, 235, tag)
|
||||
|
||||
// Buttons
|
||||
11 = USE|REP, ACS_ExecuteWithResult (0, 52, tag)
|
||||
11 = USE|REP, ACS_ExecuteWithResult (0, 11, tag)
|
||||
42 = USE|REP, Door_Close (tag, D_SLOW)
|
||||
43 = USE|REP, Ceiling_LowerToFloor (tag, C_SLOW)
|
||||
45 = USE|REP, Floor_LowerToHighest (tag, F_SLOW, 128)
|
||||
|
@ -319,7 +319,7 @@ RetailOnly = 121
|
|||
155 = USE|REP, Plat_UpNearestWaitDownStay (tag, P_NORMAL, PLATWAIT)
|
||||
177 = USE|REP, ACS_LockedExecute (0, 0, 177, tag, 9)
|
||||
207 = USE|REP, Door_Animated (tag, 4, 3*35)
|
||||
214 = USE|REP, ACS_ExecuteWithResult (0, 214, tag)
|
||||
214 = USE|REP, Plat_DownWaitUpStayLip (tag, 8, 1050, 0, 1)
|
||||
229 = USE|REP, ACS_ExecuteWithResult (0, 229, tag)
|
||||
233 = USE|REP, ACS_ExecuteWithResult (0, 233, tag)
|
||||
234 = USE|REP, ACS_ExecuteWithResult (0, 234, tag)
|
||||
|
|
Loading…
Reference in a new issue