From f60dc3ce4ce0086b05b88fe52979838f6c003214 Mon Sep 17 00:00:00 2001 From: Alayan Date: Sat, 22 Sep 2018 19:15:33 +0200 Subject: [PATCH] Fix #3399 --- src/race/race_manager.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/race/race_manager.cpp b/src/race/race_manager.cpp index 16f95bf87..21471396b 100644 --- a/src/race/race_manager.cpp +++ b/src/race/race_manager.cpp @@ -327,6 +327,7 @@ void RaceManager::startNew(bool from_overworld) m_num_ghost_karts = ReplayPlay::get()->getNumGhostKart(); m_started_from_overworld = from_overworld; + if (m_started_from_overworld) m_continue_saved_gp = false; m_saved_gp = NULL; // There will be checks for this being NULL done later if (m_major_mode==MAJOR_MODE_GRAND_PRIX)