Update executor 428 for ACS

This commit is contained in:
Sally Coolatta 2022-12-27 08:34:06 -05:00
parent 481cb3cfb0
commit 16a7f1dd63

View file

@ -2831,12 +2831,13 @@ void P_ProcessSpecial(activator_t *activator, INT16 special, INT32 *args, char *
break;
case 428: // Start floating platform movement
if (line == NULL)
{
break; // TODO
}
EV_DoElevator(args[0], line, elevateContinuous);
EV_DoContinuousElevator(
args[0],
args[1] << (FRACBITS - 2),
args[2],
args[3],
(args[4] == 0)
);
break;
case 429: // Crush planes once