From 6f607d0bd9cfd350e8f2298d2ea7e795f3467131 Mon Sep 17 00:00:00 2001 From: ackimixs Date: Wed, 15 May 2024 17:07:44 +0200 Subject: [PATCH] factor --- GameControllerHandler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameControllerHandler.h b/GameControllerHandler.h index c34b8c7..f6fc0bb 100644 --- a/GameControllerHandler.h +++ b/GameControllerHandler.h @@ -42,7 +42,7 @@ public: if (tokens[2] == "stop proximity") { std::vector args = Utils::split(tokens[3], ","); int distance = stoi(args[0]); - Uint16 strength = 0; + Uint16 strength; if (distance <= 200) { strength = 0xFFFF;