From a07c3cd5a3182495a124fa50610008802d864246 Mon Sep 17 00:00:00 2001 From: BoyC Date: Tue, 29 Mar 2022 22:39:31 +0200 Subject: [PATCH] fixed version checking --- BuildCount.h | 2 +- GW2TacO.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/BuildCount.h b/BuildCount.h index f912dab..c6154d6 100644 --- a/BuildCount.h +++ b/BuildCount.h @@ -2,7 +2,7 @@ //Automatically generated build count file. DO NOT EDIT MANUALLY! #define BUILD_COUNT_ANUBIS 91 -#define BUILD_COUNT_DESKTOP_EDTCHAL 3132 +#define BUILD_COUNT_DESKTOP_EDTCHAL 3134 #define RELEASE_COUNT_ANUBIS 0 #define RELEASE_COUNT_DESKTOP_EDTCHAL 58 diff --git a/GW2TacO.cpp b/GW2TacO.cpp index 16c702d..75cf4f8 100644 --- a/GW2TacO.cpp +++ b/GW2TacO.cpp @@ -733,6 +733,7 @@ INT WINAPI WinMain( _In_ HINSTANCE hInstance, _In_opt_ HINSTANCE hPrevInstance, ImportLocationalTimers(); LoadWvWObjectives(); OpenOverlayWindows( App ); + CheckForNewTacOBuild(); TBOOL foundGameWindow = false; CRect tacoWindowPos{};