Update continues elevate
This commit is contained in:
parent
9d34768f40
commit
0f1ae4048e
1 changed files with 7 additions and 1 deletions
|
|
@ -3150,7 +3150,13 @@ boolean P_ProcessSpecial(activator_t *activator, INT16 special, INT32 *args, cha
|
|||
break;
|
||||
|
||||
case 428: // Start floating platform movement
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue