# HG changeset patch # User SamuXarick <43006711+SamuXarick@users.noreply.github.com> # Date 2023-12-25 17:42:29 # Node ID c84cf5f48e7613c6707d004b6f54cf5f653cf032 # Parent 93fc1764c73333b2a53c5a749bebc8df6a945b5d Doc 0ca4b4e: Script debug window numbers are now ascending (#11623) diff --git a/src/window_type.h b/src/window_type.h --- 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,