File diff r22517:e6b6afd28d6e → r22518:bf65c0efa303
src/newgrf.h
Show inline comments
 
@@ -103,7 +103,6 @@ struct GRFLabel {
 
/** Dynamic data of a loaded NewGRF */
 
struct GRFFile : ZeroedMemoryAllocator {
 
	char *filename;
 
	bool is_ottdfile;
 
	uint32 grfid;
 
	byte grf_version;