Revert back to ignoring FastLoad when reloading from operator menu

Many people (especially chart authors) expect that behaviour.
This commit is contained in:
Martin Natano
2022-10-28 17:40:02 +02:00
parent a0e805e511
commit 43050643d6
4 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ void ScreenReloadSongs::Update( float fDeltaTime )
}
else
{
SONGMAN->Reload( m_pLoadingWindow );
SONGMAN->Reload( false, m_pLoadingWindow );
}
SCREENMAN->PostMessageToTopScreen( SM_GoToNextScreen, 0 );