File diff r17628:416ab6bada3d → r17629:21e9dfd343cd
src/newgrf_config.cpp
Show inline comments
 
@@ -667,8 +667,8 @@ const GRFConfig *FindGRFConfig(uint32 gr
 

	
 
/** Structure for UnknownGRFs; this is a lightweight variant of GRFConfig */
 
struct UnknownGRF : public GRFIdentifier {
 
	UnknownGRF *next;
 
	GRFTextWrapper *name;
 
	UnknownGRF *next;     ///< The next unknown GRF.
 
	GRFTextWrapper *name; ///< Name of the GRF.
 
};
 

	
 
/**