From a3079c6cbd4c6993196dd7a692fb92bbc7b41911 Mon Sep 17 00:00:00 2001 From: Ethan O'Brien Date: Fri, 10 Jan 2025 12:08:58 -0600 Subject: [PATCH] Fix code formatting flag --- src/openrct2-ui/UiContext.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/openrct2-ui/UiContext.cpp b/src/openrct2-ui/UiContext.cpp index ffee732b3c..799ce2cae0 100644 --- a/src/openrct2-ui/UiContext.cpp +++ b/src/openrct2-ui/UiContext.cpp @@ -733,7 +733,8 @@ public: { return -1; }; - }, target) + }, + target) == 0); #endif }