From 16a7f1dd63cce9dab123b8b72e7a113dd485c86f Mon Sep 17 00:00:00 2001 From: Sally Coolatta Date: Tue, 27 Dec 2022 08:34:06 -0500 Subject: [PATCH] Update executor 428 for ACS --- src/p_spec.c | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/p_spec.c b/src/p_spec.c index a363b3e9b..9de5f1406 100644 --- a/src/p_spec.c +++ b/src/p_spec.c @@ -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