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 @@ public:
* last invocation of this function
*/
void InitAll( LoadingWindow *ld, bool onlyAdditions );
void Reload( LoadingWindow *ld=nullptr );
void Reload( bool bAllowFastLoad, LoadingWindow *ld=nullptr );
void LoadAdditions( LoadingWindow *ld=nullptr );
void PreloadSongImages();