File diff r3774:3a989fb0c120 → r3775:510ec99b1193
newgrf.h
Show inline comments
 
@@ -15,13 +15,12 @@ typedef struct GRFLabel {
 

	
 
typedef struct GRFFile {
 
	char *filename;
 
	uint32 grfid;
 
	uint16 flags;
 
	uint16 sprite_offset;
 
	SpriteID first_spriteset; ///< Holds the first spriteset's sprite offset.
 
	byte grf_version;
 
	struct GRFFile *next;
 

	
 
	/* A sprite group contains all sprites of a given vehicle (or multiple
 
	 * vehicles) when carrying given cargo. It consists of several sprite
 
	 * sets.  Group ids are refered as "cargo id"s by TTDPatch