Changeset - r23622:759414798ae3
[Not reviewed]
master
0 2 0
stormcone - 6 years ago 2019-04-15 20:06:41
48624099+stormcone@users.noreply.github.com
Fix: Typos. (#7517)
2 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/newgrf.h
Show inline comments
 
@@ -160,13 +160,13 @@ enum ShoreReplacement {
 

	
 
struct GRFLoadedFeatures {
 
	bool has_2CC;             ///< Set if any vehicle is loaded which uses 2cc (two company colours).
 
	uint64 used_liveries;     ///< Bitmask of #LiveryScheme used by the defined engines.
 
	bool has_newhouses;       ///< Set if there are any newhouses loaded.
 
	bool has_newindustries;   ///< Set if there are any newindustries loaded.
 
	ShoreReplacement shore;   ///< It which way shore sprites were replaced.
 
	ShoreReplacement shore;   ///< In which way shore sprites were replaced.
 
};
 

	
 
/**
 
 * Check for grf miscellaneous bits
 
 * @param bit The bit to check.
 
 * @return Whether the bit is set.
src/table/townname.h
Show inline comments
 
@@ -1988,13 +1988,13 @@ static const char * const _name_romanian
 
	"Media\xC8\x99",
 
	"Miercurea Ciuc",
 
	"Mizil",
 
	"Motru",
 
	"N\xC4\x83s\xC4\x83ud",
 
	"N\xC4\x83vodari",
 
	"Odobe\xC8x99ti",
 
	"Odobe\xC8\x99ti",
 
	"Olteni\xC8\x9B""a",
 
	"One\xC8\x99ti",
 
	"Oradea",
 
	"Or\xC8\x99ova",
 
	"Petro\xC8\x99""ani",
 
	"Piatra Neam\xC8\x9B",
0 comments (0 inline, 0 general)