File diff r13553:fe51d1a866c1 → r13554:d1964ead02ee
src/console_gui.cpp
Show inline comments
 
@@ -158,13 +158,13 @@ static const struct NWidgetPart _nested_
 
};
 

	
 
static const WindowDesc _console_window_desc(
 
	0, 0, 0, 0, 0, 0,
 
	WC_CONSOLE, WC_NONE,
 
	0,
 
	NULL, _nested_console_window_widgets, lengthof(_nested_console_window_widgets)
 
	_nested_console_window_widgets, lengthof(_nested_console_window_widgets)
 
);
 

	
 
struct IConsoleWindow : Window
 
{
 
	static int scroll;
 
	int line_height;