mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-27 05:05:41 -04:00
Achievements: Fix crash on game change when using RAIntegration
This commit is contained in:
parent
af73d8ac24
commit
f9bf997c34
@ -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...");
|
||||
|
Loading…
x
Reference in New Issue
Block a user