Skip to content

Commit

Permalink
fixed version checking
Browse files Browse the repository at this point in the history
  • Loading branch information
BoyC committed Mar 29, 2022
1 parent fce4114 commit a07c3cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion BuildCount.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions GW2TacO.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -733,6 +733,7 @@ INT WINAPI WinMain( _In_ HINSTANCE hInstance, _In_opt_ HINSTANCE hPrevInstance,
ImportLocationalTimers();
LoadWvWObjectives();
OpenOverlayWindows( App );
CheckForNewTacOBuild();

TBOOL foundGameWindow = false;
CRect tacoWindowPos{};
Expand Down

0 comments on commit a07c3cd

Please sign in to comment.