mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-22 10:02:01 +00:00
Reset rumble on net pause and pause menu
This commit is contained in:
parent
a71c7dfad6
commit
c64bdca667
2 changed files with 3 additions and 0 deletions
|
|
@ -3315,6 +3315,7 @@ static void Got_Pause(UINT8 **cp, INT32 playernum)
|
|||
}
|
||||
|
||||
I_UpdateMouseGrab();
|
||||
G_ResetAllDeviceRumbles();
|
||||
}
|
||||
|
||||
// Command for stuck characters in netgames, griefing, etc.
|
||||
|
|
|
|||
|
|
@ -188,6 +188,8 @@ void M_OpenPauseMenu(void)
|
|||
PAUSE_Main[mpause_entergame].status = IT_STRING | IT_CALL;
|
||||
}
|
||||
}
|
||||
|
||||
G_ResetAllDeviceRumbles();
|
||||
}
|
||||
|
||||
void M_QuitPauseMenu(INT32 choice)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue