Improved achievements disabled messaging

Most obviously, there is no longer a warning message to the player in the achievement window that achievements are disabled if a game is not currently running.
This commit is contained in:
LillyJadeKatrin
2024-02-15 16:33:18 -05:00
parent 9240f579ea
commit 394af40db5
4 changed files with 10 additions and 5 deletions

View File

@ -291,6 +291,7 @@ void Stop() // - Hammertime!
#ifdef USE_RETRO_ACHIEVEMENTS
AchievementManager::GetInstance().CloseGame();
AchievementManager::GetInstance().SetDisabled(false);
#endif // USE_RETRO_ACHIEVEMENTS
s_is_stopping = true;