mirror of https://github.com/OpenTTD/OpenTTD
Fix: Typos. (#7517)
parent
3964604148
commit
79343762a4
|
@ -163,7 +163,7 @@ struct GRFLoadedFeatures {
|
||||||
uint64 used_liveries; ///< Bitmask of #LiveryScheme used by the defined engines.
|
uint64 used_liveries; ///< Bitmask of #LiveryScheme used by the defined engines.
|
||||||
bool has_newhouses; ///< Set if there are any newhouses loaded.
|
bool has_newhouses; ///< Set if there are any newhouses loaded.
|
||||||
bool has_newindustries; ///< Set if there are any newindustries 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.
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1991,7 +1991,7 @@ static const char * const _name_romanian_real[] = {
|
||||||
"Motru",
|
"Motru",
|
||||||
"N\xC4\x83s\xC4\x83ud",
|
"N\xC4\x83s\xC4\x83ud",
|
||||||
"N\xC4\x83vodari",
|
"N\xC4\x83vodari",
|
||||||
"Odobe\xC8x99ti",
|
"Odobe\xC8\x99ti",
|
||||||
"Olteni\xC8\x9B""a",
|
"Olteni\xC8\x9B""a",
|
||||||
"One\xC8\x99ti",
|
"One\xC8\x99ti",
|
||||||
"Oradea",
|
"Oradea",
|
||||||
|
|
Loading…
Reference in New Issue