From ec227383eddb3438d2d295cce79ec1ff29e54b80 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers <coelckers@users.noreply.github.com> Date: Tue, 2 Jan 2024 21:05:31 +0100 Subject: [PATCH] fixed bad comment with non-UTF-8 extended character which MSVC warns about when compiling with /utf-8 --- src/common/scripting/backend/codegen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/scripting/backend/codegen.h b/src/common/scripting/backend/codegen.h index 1b51eb1512..cd37a7102b 100644 --- a/src/common/scripting/backend/codegen.h +++ b/src/common/scripting/backend/codegen.h @@ -1441,7 +1441,7 @@ public: //========================================================================== // -// FxGlobalVariab�e +// FxGlobalVariable // //==========================================================================