(svn r10209) -Fix/Codechange: forgot a few changes of int32 -> Money in the previous commit
This commit is contained in:
@@ -1157,7 +1157,7 @@ static void Load_SUBS()
|
||||
SlObject(&_subsidies[index], _subsidies_desc);
|
||||
}
|
||||
|
||||
int32 GetTransportedGoodsIncome(uint num_pieces, uint dist, byte transit_days, CargoID cargo_type)
|
||||
Money GetTransportedGoodsIncome(uint num_pieces, uint dist, byte transit_days, CargoID cargo_type)
|
||||
{
|
||||
const CargoSpec *cs = GetCargo(cargo_type);
|
||||
byte f;
|
||||
|
Reference in New Issue
Block a user