mirror of
https://github.com/td512/re3.git
synced 2026-03-09 21:38:17 +00:00
Even more fixes & shorten quit screen
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user