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

View File

@ -824,7 +824,7 @@ int32 CRadar::GetNewUniqueBlipIndex(int32 i)
uint32 CRadar::GetRadarTraceColour(uint32 color, bool bright)
{
int32 c;
uint32 c;
switch (color) {
case RADAR_TRACE_RED:
if (bright)