Changeset - r28332:c84cf5f48e76
[Not reviewed]
master
0 1 0
SamuXarick - 11 months ago 2023-12-25 17:42:29
43006711+SamuXarick@users.noreply.github.com
Doc 0ca4b4e: Script debug window numbers are now ascending (#11623)
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/window_type.h
Show inline comments
 
@@ -654,13 +654,13 @@ enum WindowClass {
 
	 */
 
	WC_ENDSCREEN,
 

	
 

	
 
	/**
 
	 * Script debug window; %Window numbers:
 
	 *   - 0 = #ScriptDebugWidgets
 
	 *   - Ascending value = #ScriptDebugWidgets
 
	 */
 
	WC_SCRIPT_DEBUG,
 

	
 
	/**
 
	 * NewGRF inspect (debug); %Window numbers:
 
	 *   - Packed value = #NewGRFInspectWidgets
0 comments (0 inline, 0 general)