File diff r7881:a0fb6bf26ffe → r7882:cdf03a4ac84a
src/newgrf.h
Show inline comments
 
@@ -82,13 +82,12 @@ struct GRFFile {
 
	CargoLabel *cargo_list;
 
	uint8 cargo_map[NUM_CARGO];
 
};
 

	
 
extern GRFFile *_first_grffile;
 

	
 
extern SpriteID _signal_base;
 
extern SpriteID _coast_base;
 

	
 
struct GRFLoadedFeatures {
 
	bool has_2CC;             ///< Set if any vehicle is loaded which uses 2cc (two company colours).
 
	bool has_newhouses;       ///< Set if there are any newhouses loaded.
 
	bool has_newindustries;   ///< Set if there are any newindustries loaded.