File diff r17377:911241be2fa4 → r17378:417d56e77854
src/newgrf_debug_gui.cpp
Show inline comments
 
@@ -519,8 +519,7 @@ void DeleteNewGRFInspectWindow(GrfSpecFe
 
	DeleteWindowById(WC_NEWGRF_INSPECT, wno);
 

	
 
	/* Reinitialise the land information window to remove the "debug" sprite if needed. */
 
	Window *w = FindWindowById(WC_LAND_INFO, 0);
 
	if (w != NULL) w->ReInit();
 
	InvalidateWindowData(WC_LAND_INFO, 0, 1);
 
}
 

	
 
/**