From 4ceb82f171d8bd3dcf73c6542050d4f181765387 Mon Sep 17 00:00:00 2001 From: Linus Probert Date: Mon, 10 Jun 2019 11:37:13 +0200 Subject: [PATCH] Fixes MAGICAL achievemnt --- src/steam/steamworks_api_wrapper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/steam/steamworks_api_wrapper.c b/src/steam/steamworks_api_wrapper.c index e484a23..ffd0e5b 100644 --- a/src/steam/steamworks_api_wrapper.c +++ b/src/steam/steamworks_api_wrapper.c @@ -26,7 +26,7 @@ static Achievement g_Achievements[] = { _ACH_ID(ROGUE_LIKE, "Rogue-like"), _ACH_ID(MAGICAL, "Magical") }; -static Uint8 numAchievements = 6; +static Uint8 numAchievements = 7; static bool m_Initiated = false; static bool m_bStatsReceived = false;