DOOM64-RE

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

commit 1473857cb82a1c08b902beac92ae07d657b70ceb
parent 6e19603cf78a38f1a2b7292419aeb67733c06410
Author: Erick Vásquez García <41172072+Erick194@users.noreply.github.com>
Date:   Wed, 14 Jun 2023 20:51:07 -0600

Merge pull request #12 from azamorapl/fix-special-123

Fix action special 123
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)