From 07319d90a1b2aba0a4a1be3d2fcb65d8a5826003 Mon Sep 17 00:00:00 2001 From: SoftCoder Date: Sat, 2 Jun 2018 10:09:52 -0700 Subject: [PATCH] - try to fix stupid finiky build --- source/glest_game/game/game.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/glest_game/game/game.cpp b/source/glest_game/game/game.cpp index 59b53fbe..ab75645c 100644 --- a/source/glest_game/game/game.cpp +++ b/source/glest_game/game/game.cpp @@ -5325,7 +5325,7 @@ void saveStatsToSteam(Game* game, Stats& endStats) { } saveFilePlayerLocalStats = userData + saveFilePlayerLocalStats; } - std::unique_ptr playerLocalStats(new SteamLocal(saveFilePlayerLocalStats)); + unique_ptr playerLocalStats(new SteamLocal(saveFilePlayerLocalStats)); PlayerAchievementsInterface *playerStats = playerLocalStats.get(); // Write out achievements here