summaryrefslogtreecommitdiff
path: root/src/newgrf.h
diff options
context:
space:
mode:
authorstormcone <48624099+stormcone@users.noreply.github.com>2019-04-15 22:06:41 +0200
committerMichael Lutz <michi@icosahedron.de>2019-04-15 22:06:41 +0200
commit79343762a4ec02cc78efcec4b38b8ffda4910772 (patch)
tree56d956a794547f2df0737583cc799fd4a288380b /src/newgrf.h
parent3964604148a4e8b4518de6aaa940052875013fbf (diff)
downloadopenttd-79343762a4ec02cc78efcec4b38b8ffda4910772.tar.xz
Fix: Typos. (#7517)
Diffstat (limited to 'src/newgrf.h')
-rw-r--r--src/newgrf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf.h b/src/newgrf.h
index e99b73347..e5140d4ee 100644
--- a/src/newgrf.h
+++ b/src/newgrf.h
@@ -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.
};
/**