mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'postrace-cleanup' into 'master'
Don't do gameplay controller vibration after finishing See merge request KartKrew/Kart!1587
This commit is contained in:
commit
6cbfc5aead
1 changed files with 3 additions and 0 deletions
|
|
@ -718,6 +718,9 @@ static inline void P_DeviceRumbleTick(void)
|
|||
if (player->mo == NULL)
|
||||
continue;
|
||||
|
||||
if (player->exiting)
|
||||
continue;
|
||||
|
||||
if ((player->mo->eflags & MFE_DAMAGEHITLAG) && player->mo->hitlag)
|
||||
{
|
||||
low = high = 65536 / 2;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue