From 5fc44d25cdaea77250878d31b41b24844ad4ff54 Mon Sep 17 00:00:00 2001 From: konstin Date: Sun, 3 Aug 2014 13:56:53 +0200 Subject: [PATCH] correct invisibility settings --- src/states_screens/grand_prix_win.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/states_screens/grand_prix_win.cpp b/src/states_screens/grand_prix_win.cpp index 7446c4280..92e15dd6f 100644 --- a/src/states_screens/grand_prix_win.cpp +++ b/src/states_screens/grand_prix_win.cpp @@ -115,6 +115,7 @@ void GrandPrixWin::init() World::getWorld()->setPhase(WorldStatus::RACE_PHASE); + saveGPButton(); if (PlayerManager::getCurrentPlayer()->getRecentlyCompletedChallenges().size() > 0) { const core::dimension2d& frame_size = GUIEngine::getDriver()->getCurrentRenderTargetSize(); @@ -164,7 +165,6 @@ void GrandPrixWin::init() else { m_unlocked_label = NULL; - saveGPButton(); } m_global_time = 0.0f;