Fix #4610
This commit is contained in:
parent
45cf40e493
commit
789885c546
@ -1229,8 +1229,14 @@ void RaceResultGUI::unload()
|
||||
}
|
||||
|
||||
// Display highscores
|
||||
if (RaceManager::get()->getMajorMode() != RaceManager::MAJOR_MODE_GRAND_PRIX ||
|
||||
m_animation_state == RR_RACE_RESULT)
|
||||
if (RaceManager::get()->getMajorMode() == RaceManager::MAJOR_MODE_GRAND_PRIX)
|
||||
{
|
||||
// After determineGPLayout the GP ranking in race manager is correct
|
||||
if (m_animation_state >= RR_OLD_GP_RESULTS &&
|
||||
m_animation_state <= RR_WAIT_TILL_END)
|
||||
displayPostRaceInfo();
|
||||
}
|
||||
else if (m_animation_state >= RR_RACE_RESULT)
|
||||
{
|
||||
displayPostRaceInfo();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user