Change: Use gender-neutral pronouns in console command messages (and comments) (#9203)
(cherry picked from commit 881e1da51d
)
This commit is contained in:

committed by
Jonathan G Rennison

parent
088922b120
commit
879de9781b
@@ -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;
|
||||
|
Reference in New Issue
Block a user