mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
fix incorrect dereference
This commit is contained in:
parent
e64ff44a39
commit
ca68ddd35b
1 changed files with 1 additions and 1 deletions
|
|
@ -14391,7 +14391,7 @@ void K_DappleEmployment(player_t *player)
|
||||||
}
|
}
|
||||||
|
|
||||||
K_StumblePlayer(player);
|
K_StumblePlayer(player);
|
||||||
player->mo->preventfailsafe = TICRATE*3;
|
player->preventfailsafe = TICRATE*3;
|
||||||
S_StopSoundByID(player->mo, sfx_s3k9b); // Avoid stumble crunch noise
|
S_StopSoundByID(player->mo, sfx_s3k9b); // Avoid stumble crunch noise
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue