diff options
Diffstat (limited to 'src/economy.cpp')
-rw-r--r-- | src/economy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/economy.cpp b/src/economy.cpp index 95225c077..cccbf0b93 100644 --- a/src/economy.cpp +++ b/src/economy.cpp @@ -564,7 +564,7 @@ static void CompanyCheckBankrupt(Company *c) * is no THE-END, otherwise mark the client as spectator to make sure * he/she is no long in control of this company */ if (!_networking) { - c->bankrupt_asked = 0xFF; + c->bankrupt_asked = MAX_UVALUE(CompanyMask); c->bankrupt_timeout = 0x456; break; } |