mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-18 09: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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue