mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 22:15:46 -04:00
Achievements: Fix crash on game change when using RAIntegration
This commit is contained in:
@ -1399,7 +1399,7 @@ void Achievements::GameChanged(const std::string& path, CDImage* image)
|
||||
}
|
||||
}
|
||||
|
||||
if (s_http_downloader->HasAnyRequests())
|
||||
if (!IsUsingRAIntegration() && s_http_downloader->HasAnyRequests())
|
||||
{
|
||||
if (image && System::IsValid())
|
||||
Host::DisplayLoadingScreen("Downloading achievements data...");
|
||||
|
Reference in New Issue
Block a user