diff options
Diffstat (limited to 'economy.c')
-rw-r--r-- | economy.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1519,6 +1519,7 @@ static void DoAcquireCompany(Player *p) p->is_active = false; DeletePlayerWindows(pi); + RebuildVehicleLists(); //Updates the open windows to add the newly acquired vehicles to the lists } extern int GetAmountOwnedBy(Player *p, byte owner); |