summaryrefslogtreecommitdiff
path: root/src/openttd.cpp
diff options
context:
space:
mode:
authorrubidium42 <rubidium@openttd.org>2021-05-09 19:02:17 +0200
committerrubidium42 <rubidium42@users.noreply.github.com>2021-05-15 10:16:48 +0200
commit44ca7d93773fb816da6d353c9cde6ab14dae993a (patch)
tree2fc9399acaa114dd399eafb995d0dee8b516d18d /src/openttd.cpp
parentddaedaf32a1981dcd93cafee0cae879f96207fe4 (diff)
downloadopenttd-44ca7d93773fb816da6d353c9cde6ab14dae993a.tar.xz
Change: Use gender-neutral pronouns
Diffstat (limited to 'src/openttd.cpp')
-rw-r--r--src/openttd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openttd.cpp b/src/openttd.cpp
index fec8bf9ca..5a4e73593 100644
--- a/src/openttd.cpp
+++ b/src/openttd.cpp
@@ -965,7 +965,7 @@ bool SafeLoad(const std::string &filename, SaveLoadOperation fop, DetailedFileTy
void SwitchToMode(SwitchMode new_mode)
{
- /* If we are saving something, the network stays in his current state */
+ /* If we are saving something, the network stays in its current state */
if (new_mode != SM_SAVE_GAME) {
/* If the network is active, make it not-active */
if (_networking) {