Disable saving GPs on abort for now because it requires proper implementation.

m_next_track should have higher value in this case because race is already finished.
This commit is contained in:
Deve 2015-01-07 21:24:52 +01:00
parent 57ab9e5ac5
commit 85800f48e6

View File

@ -395,7 +395,7 @@ void RaceResultGUI::eventCallback(GUIEngine::Widget* widget,
void RaceResultGUI::onConfirm()
{
race_manager->saveGP(); // Save the aborted GP
//race_manager->saveGP(); // Save the aborted GP
GUIEngine::ModalDialog::dismiss();
cleanupGPProgress();
StateManager::get()->popMenu();