mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-28 04:51:42 +00:00
Update executor 428 for ACS
This commit is contained in:
parent
481cb3cfb0
commit
16a7f1dd63
1 changed files with 7 additions and 6 deletions
13
src/p_spec.c
13
src/p_spec.c
|
|
@ -2831,12 +2831,13 @@ void P_ProcessSpecial(activator_t *activator, INT16 special, INT32 *args, char *
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 428: // Start floating platform movement
|
case 428: // Start floating platform movement
|
||||||
if (line == NULL)
|
EV_DoContinuousElevator(
|
||||||
{
|
args[0],
|
||||||
break; // TODO
|
args[1] << (FRACBITS - 2),
|
||||||
}
|
args[2],
|
||||||
|
args[3],
|
||||||
EV_DoElevator(args[0], line, elevateContinuous);
|
(args[4] == 0)
|
||||||
|
);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 429: // Crush planes once
|
case 429: // Crush planes once
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue