File diff r6102:6babef72e5d3 → r6103:436b6b65ad3d
src/newgrf_config.h
Show inline comments
 
@@ -21,12 +21,13 @@ typedef struct GRFIdentifier {
 
} GRF;
 

	
 
typedef struct GRFConfig : public GRFIdentifier {
 
	char *filename;
 
	char *name;
 
	char *info;
 
	char *error;
 

	
 
	uint8 flags;
 
	uint32 param[0x80];
 
	uint8 num_params;
 

	
 
	struct GRFConfig *next;