Revert "Fix #4610"
This reverts commit 789885c546bd9d5eebbd3e67dd174bedbc1f41b8.
This commit is contained in:
parent
dab4486465
commit
9b05ac6252
@ -1229,14 +1229,8 @@ void RaceResultGUI::unload()
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Display highscores
|
// Display highscores
|
||||||
if (RaceManager::get()->getMajorMode() == RaceManager::MAJOR_MODE_GRAND_PRIX)
|
if (RaceManager::get()->getMajorMode() != RaceManager::MAJOR_MODE_GRAND_PRIX ||
|
||||||
{
|
m_animation_state == RR_RACE_RESULT)
|
||||||
// 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();
|
displayPostRaceInfo();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user