Home
last modified time | relevance | path

Searched refs:CCB_TOWN_IND_NUMBER_LENGTH (Results 1 – 1 of 1) sorted by relevance

/dports/games/openttd/openttd-12.1/src/
H A Dcargomonitor.h42 CCB_TOWN_IND_NUMBER_LENGTH = 16, ///< Number of bits of the town or industry number. enumerator
68 SB(ret, CCB_TOWN_IND_NUMBER_START, CCB_TOWN_IND_NUMBER_LENGTH, ind); in EncodeCargoIndustryMonitor()
88 SB(ret, CCB_TOWN_IND_NUMBER_START, CCB_TOWN_IND_NUMBER_LENGTH, town); in EncodeCargoTownMonitor()
132 return GB(num, CCB_TOWN_IND_NUMBER_START, CCB_TOWN_IND_NUMBER_LENGTH); in DecodeMonitorIndustry()
143 return GB(num, CCB_TOWN_IND_NUMBER_START, CCB_TOWN_IND_NUMBER_LENGTH); in DecodeMonitorTown()