- try to fix stupid finiky build

This commit is contained in:
SoftCoder 2018-06-02 10:09:52 -07:00
parent aa4569965e
commit 07319d90a1
1 changed files with 1 additions and 1 deletions

View File

@ -5325,7 +5325,7 @@ void saveStatsToSteam(Game* game, Stats& endStats) {
}
saveFilePlayerLocalStats = userData + saveFilePlayerLocalStats;
}
std::unique_ptr<SteamLocal> playerLocalStats(new SteamLocal(saveFilePlayerLocalStats));
unique_ptr<SteamLocal> playerLocalStats(new SteamLocal(saveFilePlayerLocalStats));
PlayerAchievementsInterface *playerStats = playerLocalStats.get();
// Write out achievements here