(svn r16360) -Codechange: don't use _network_playas as a 'second' _local_company, but only as a storage location for the company you want to join in MP.

This commit is contained in:
rubidium
2009-05-19 21:20:14 +00:00
parent 53ae829b0b
commit 789999ecf3
11 changed files with 38 additions and 58 deletions

View File

@@ -448,7 +448,6 @@ static void ChangeNetworkOwner(Owner current_owner, Owner new_owner)
if (!_networking) return;
if (current_owner == _local_company) {
_network_playas = new_owner;
SetLocalCompany(new_owner);
}