fix incorrect dereference

This commit is contained in:
Ashnal 2025-10-05 21:59:43 -04:00
parent e64ff44a39
commit ca68ddd35b

View file

@ -14391,7 +14391,7 @@ void K_DappleEmployment(player_t *player)
}
K_StumblePlayer(player);
player->mo->preventfailsafe = TICRATE*3;
player->preventfailsafe = TICRATE*3;
S_StopSoundByID(player->mo, sfx_s3k9b); // Avoid stumble crunch noise
}