Fix: Typos. (#7517)

This commit is contained in:
stormcone
2019-04-15 22:06:41 +02:00
committed by Michael Lutz
parent 3964604148
commit 79343762a4
2 changed files with 2 additions and 2 deletions

View File

@@ -163,7 +163,7 @@ struct GRFLoadedFeatures {
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.
};
/**