From 2cbe179c27d39165490856e0aea88efca84c6a9d Mon Sep 17 00:00:00 2001 From: Eddoursul Date: Thu, 26 Oct 2023 01:18:56 +0200 Subject: [PATCH] Updated CommonLibSSE-NG to 3.7.0 --- source/Enderal DLL/src/Util.h | 2 +- source/Enderal DLL/vcpkg-configuration.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/Enderal DLL/src/Util.h b/source/Enderal DLL/src/Util.h index 093682e8..82883927 100644 --- a/source/Enderal DLL/src/Util.h +++ b/source/Enderal DLL/src/Util.h @@ -103,7 +103,7 @@ inline void LoadINI(std::map* settings, const char* iniPath) } if (bUpdateINI) { - logger::info("New settings detected, adding to ArtifactTracker.ini"); + logger::info("New settings detected, adding to EnderalSE.ini"); ini.SaveFile(iniPath); } diff --git a/source/Enderal DLL/vcpkg-configuration.json b/source/Enderal DLL/vcpkg-configuration.json index 48a3c82e..95905a0a 100644 --- a/source/Enderal DLL/vcpkg-configuration.json +++ b/source/Enderal DLL/vcpkg-configuration.json @@ -3,7 +3,7 @@ { "kind": "git", "repository": "https://gitlab.com/colorglass/vcpkg-colorglass", - "baseline": "bbd09a56b951d86dec3ea484ec183d00b013b486", + "baseline": "6309841a1ce770409708a67a9ba5c26c537d2937", "packages": [ "commonlibsse-ng", "gluino",