File diff r8748:2e88cf9f9879 → r8749:32dab7bd0102
src/newgrf_gui.cpp
Show inline comments
 
@@ -111,12 +111,13 @@ static void ShowNewGRFInfo(const GRFConf
 

	
 
/* Dialogue for adding NewGRF files to the selection */
 
struct newgrf_add_d {
 
	GRFConfig **list;
 
	const GRFConfig *sel;
 
};
 
assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(newgrf_add_d));
 

	
 
/* Names of the add a newgrf window widgets */
 
enum AddNewGRFWindowWidgets {
 
	ANGRFW_CLOSEBOX = 0,
 
	ANGRFW_CAPTION,
 
	ANGRFW_BACKGROUND,