DOOM64-RE

Doom 64 Reverse Engineering
Log | Files | Refs | README | LICENSE

commit c1d3cf9b51340848e6efa5affe27a1f46bd237fd
parent 6e19603cf78a38f1a2b7292419aeb67733c06410
Author: azamorapl <adolfo.zamorapl@gmail.com>
Date:   Fri,  2 Jun 2023 00:40:56 -0500

Fix action special 123

Should be PlatUpWaitDownStay, was the same as 121
Diffstat:
Mdoom64/p_spec.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doom64/p_spec.c b/doom64/p_spec.c @@ -1031,8 +1031,8 @@ boolean P_UseSpecialLine (line_t *line, mobj_t *thing) // 800204BC case 122: /* PlatDownWaitUpStay */ ok = EV_DoPlat(line, upWaitDownStay, 0); break; - case 123: /* Blazing PlatDownWaitUpStay */ - ok = EV_DoPlat(line, blazeDWUS, 0); + case 123: /* Blazing PlatUpWaitDownStay */ + ok = EV_DoPlat(line, blazeUWDS, 0); break; case 124: /* Secret EXIT */ P_SecretExitLevel(line->tag);//(G_SecretExitLevel)