Skip to content

Commit

Permalink
Fixes MAGICAL achievemnt
Browse files Browse the repository at this point in the history
  • Loading branch information
LiquidityC committed Jun 10, 2019
1 parent 9e5e1d0 commit 4ceb82f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/steam/steamworks_api_wrapper.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4ceb82f

Please sign in to comment.