diff --git a/.gitignore b/.gitignore index 00cf12b..248762e 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,5 @@ libavz_inject.dll qrmd/GetZombieAbscissas/inc/beta/* +.clang-format + diff --git a/vector/showme/release/2024_01_23.zip b/vector/showme/release/2024_01_23.zip new file mode 100644 index 0000000..7675755 Binary files /dev/null and b/vector/showme/release/2024_01_23.zip differ diff --git a/vector/showme/showme/information.txt b/vector/showme/showme/information.txt index 1d7657c..50c2337 100644 --- a/vector/showme/showme/information.txt +++ b/vector/showme/showme/information.txt @@ -1,2 +1,2 @@ -version 2023_05_02 -avz 2.2.6_2023_04_05 \ No newline at end of file +version 2024_01_23 +avz 2.6.0_2024_01_13 \ No newline at end of file diff --git a/vector/showme/showme/sm.h b/vector/showme/showme/sm.h index 7d3e605..5cfe2bf 100644 --- a/vector/showme/showme/sm.h +++ b/vector/showme/showme/sm.h @@ -31,7 +31,11 @@ class SMShowMe : public ATickRunnerWithNoStart { void Start() { +#if __AVZ_VERSION__ < 240113 ATickRunner::Start([this] { +#else + ATickRunnerWithNoStart::_Start([this] { +#endif auto mouseWindow = AGetPvzBase()->MouseWindow(); int mouseX = mouseWindow->MouseAbscissa(); int mouseY = mouseWindow->MouseOrdinate(); diff --git a/vector/showme/version.txt b/vector/showme/version.txt index 3875dcc..6b79fe0 100644 --- a/vector/showme/version.txt +++ b/vector/showme/version.txt @@ -1,5 +1,5 @@ +2024_01_23 2023_05_02 2022_11_26 2022_10_07 -2022_10_01 - +2022_10_01 \ No newline at end of file