From 44ca7d93773fb816da6d353c9cde6ab14dae993a Mon Sep 17 00:00:00 2001 From: rubidium42 Date: Sun, 9 May 2021 19:02:17 +0200 Subject: Change: Use gender-neutral pronouns --- src/openttd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/openttd.cpp') 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) { -- cgit v1.2.3-54-g00ecf