File diff r9749:254383608c8d → r9750:1e2535e15958
src/newgrf_canal.h
Show inline comments
 
@@ -21,6 +21,7 @@ enum CanalFeature {
 

	
 
struct WaterFeature {
 
	const SpriteGroup *group;
 
	const GRFFile *grffile;   ///< newgrf where 'group' belongs to
 
	uint8 callbackmask;
 
	uint8 flags;
 
};