Change: Use gender-neutral pronouns in console command messages (and comments) (#9203)

(cherry picked from commit 881e1da51d)
This commit is contained in:
William Davis
2021-05-08 06:02:30 -04:00
committed by Jonathan G Rennison
parent 088922b120
commit 879de9781b
19 changed files with 29 additions and 29 deletions

View File

@@ -653,7 +653,7 @@ static void CompanyCheckBankrupt(Company *c)
if (!_networking && _local_company == c->index) {
/* If we are in singleplayer mode, leave the company playing. Eg. there
* is no THE-END, otherwise mark the client as spectator to make sure
* he/she is no long in control of this company. However... when you
* they are no longer in control of this company. However... when you
* join another company (cheat) the "unowned" company can bankrupt. */
c->bankrupt_asked = MAX_UVALUE(CompanyMask);
break;