Even more fixes & shorten quit screen

This commit is contained in:
erorcun 2021-01-29 03:44:12 +03:00
parent 810bad9fd8
commit c4328afce7
4 changed files with 11 additions and 3 deletions

View file

@ -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