Codechange: rename cargo aging days to periods, as they are not really days (#11112)
This commit is contained in:
@@ -3021,11 +3021,11 @@ static ChangeInfoResult CargoChangeInfo(uint cid, int numinfo, int prop, ByteRea
|
||||
break;
|
||||
|
||||
case 0x10: // Used for payment calculation
|
||||
cs->transit_days[0] = buf->ReadByte();
|
||||
cs->transit_periods[0] = buf->ReadByte();
|
||||
break;
|
||||
|
||||
case 0x11: // Used for payment calculation
|
||||
cs->transit_days[1] = buf->ReadByte();
|
||||
cs->transit_periods[1] = buf->ReadByte();
|
||||
break;
|
||||
|
||||
case 0x12: // Base cargo price
|
||||
|
Reference in New Issue
Block a user