From c2346b5676a0be450983bb70474d596a986feee2 Mon Sep 17 00:00:00 2001 From: Hane Date: Thu, 1 Jun 2023 02:22:48 +0200 Subject: [PATCH] mausuHoldo: fixed incomplete variable cleanup --- mausuHoldo.ahk | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/mausuHoldo.ahk b/mausuHoldo.ahk index 3f1e33a..fb1128a 100644 --- a/mausuHoldo.ahk +++ b/mausuHoldo.ahk @@ -108,10 +108,14 @@ RAlt & LAlt:: { mouseThread.ahkTerminate() ;;ahkthread_free(mouseThread) - lefMov := 0 - rightMov := 0 - upMov := 0 - downMov := 0 + share.lefMov := 0 + test1 := 0 + share.rightMov := 0 + test2 := 0 + share.upMov := 0 + test3 := 0 + share.downMov := 0 + test4 := 0 lBtnHold := 0 mBtnHold := 0 rBtnHold := 0