mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-05 12:44:08 +00:00
Even more fixes & shorten quit screen
This commit is contained in:
parent
810bad9fd8
commit
c4328afce7
4 changed files with 11 additions and 3 deletions
|
@ -5582,7 +5582,7 @@ CMenuManager::DrawQuitGameScreen(void)
|
|||
}
|
||||
#else
|
||||
static PauseModeTime firstTick = CTimer::GetTimeInMillisecondsPauseMode();
|
||||
if (alpha == 255 && CTimer::GetTimeInMillisecondsPauseMode() - firstTick > 1000) {
|
||||
if (alpha == 255 && CTimer::GetTimeInMillisecondsPauseMode() - firstTick > 750) {
|
||||
exitSignalTimer = 150;
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue