Always allow fast load when reloading

This commit is contained in:
Martin Natano
2022-06-08 20:25:56 +02:00
parent 3bc8cc356d
commit 62f8ed5c5c
4 changed files with 4 additions and 11 deletions
+1 -1
View File
@@ -177,7 +177,7 @@ void ScreenInstallOverlay::Update( float fDeltaTime )
playAfterLaunchInfo.OverlayWith( pali2 );
}
if( playAfterLaunchInfo.bAnySongChanged )
SONGMAN->Reload( false, nullptr );
SONGMAN->Reload( nullptr );
if( !playAfterLaunchInfo.sSongDir.empty() )
{