Always allow fast load when reloading

This commit is contained in:
Martin Natano
2022-06-10 19:33:23 +02:00
parent 3bc8cc356d
commit 62f8ed5c5c
4 changed files with 4 additions and 11 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ public:
void InvalidateCachedTrails();
void InitAll( LoadingWindow *ld ); // songs, courses, groups - everything.
void Reload( bool bAllowFastLoad, LoadingWindow *ld=nullptr ); // songs, courses, groups - everything.
void Reload( LoadingWindow *ld=nullptr ); // songs, courses, groups - everything.
void PreloadSongImages();
bool IsGroupNeverCached(const RString& group) const;