File diff r3774:3a989fb0c120 → r3775:510ec99b1193
newgrf.h
Show inline comments
 
@@ -18,7 +18,6 @@ typedef struct GRFFile {
 
	uint32 grfid;
 
	uint16 flags;
 
	uint16 sprite_offset;
 
	SpriteID first_spriteset; ///< Holds the first spriteset's sprite offset.
 
	byte grf_version;
 
	struct GRFFile *next;