File diff r4848:23347d73ba8f → r4849:41dc3967353a
openttd.h
Show inline comments
 
@@ -292,7 +292,7 @@ typedef uint AcceptedCargo[NUM_CARGO];
 

	
 
typedef struct TileDesc {
 
	StringID str;
 
	byte owner;
 
	Owner owner;
 
	Date build_date;
 
	uint32 dparam[2];
 
} TileDesc;