Home
last modified time | relevance | path

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

/dports/games/openttd/openttd-12.1/src/
H A Dstation_base.h196 GES_LAST_MONTH, enumerator
H A Dnewgrf_house.cpp358 if (HasBit(st->goods[cid].status, GoodsEntry::GES_LAST_MONTH)) SetBit(res, 1); in GetVariable()
H A Dnewgrf_station.cpp434 static_assert((int)GoodsEntry::GES_EVER_ACCEPTED + 1 == (int)GoodsEntry::GES_LAST_MONTH); in GetNewGRFVariable()
H A Dstation_cmd.cpp3850 SB(ge->status, GoodsEntry::GES_LAST_MONTH, 1, GB(ge->status, GoodsEntry::GES_CURRENT_MONTH, 1)); in StationMonthlyLoop()