mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-19 04:29:09 +00:00
(svn r10207) -Codechange: remove the redundant player_money in favour of the money64, which is now renamed to player_money.
This commit is contained in:
@@ -1278,7 +1278,7 @@ void NetworkPopulateCompanyInfo()
|
||||
// Set some general stuff
|
||||
_network_player_info[p->index].inaugurated_year = p->inaugurated_year;
|
||||
_network_player_info[p->index].company_value = p->old_economy[0].company_value;
|
||||
_network_player_info[p->index].money = p->money64;
|
||||
_network_player_info[p->index].money = p->player_money;
|
||||
_network_player_info[p->index].performance = p->old_economy[0].performance_history;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user