From 947e77267a4a3d7d55e601b3c71b088c51e34ebe Mon Sep 17 00:00:00 2001 From: SamuXarick <43006711+SamuXarick@users.noreply.github.com> Date: Mon, 25 Dec 2023 17:42:29 +0000 Subject: [PATCH] Doc 0ca4b4e: Script debug window numbers are now ascending (#11623) --- src/window_type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/window_type.h b/src/window_type.h index 96a591c30e..e546c405ad 100644 --- a/src/window_type.h +++ b/src/window_type.h @@ -657,7 +657,7 @@ enum WindowClass { /** * Script debug window; %Window numbers: - * - 0 = #ScriptDebugWidgets + * - Ascending value = #ScriptDebugWidgets */ WC_SCRIPT_DEBUG,