mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 03:29:00 +00:00
Fix endless vibration in pause menu
This commit is contained in:
parent
53e3bc6092
commit
ee6b7152c7
1 changed files with 3 additions and 0 deletions
|
@ -5696,6 +5696,9 @@ CMenuManager::SwitchMenuOnAndOff()
|
|||
|| m_bShutDownFrontEndRequested || m_bStartUpFrontEndRequested) {
|
||||
|
||||
m_bMenuActive = !m_bMenuActive;
|
||||
#ifdef FIX_BUGS
|
||||
CPad::StopPadsShaking();
|
||||
#endif
|
||||
|
||||
if (m_bShutDownFrontEndRequested)
|
||||
m_bMenuActive = false;
|
||||
|
|
Loading…
Reference in a new issue