Home
last modified time | relevance | path

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

/dports/games/openttd/openttd-12.1/src/
H A Dnewgrf_callbacks.h325 CBM_HOUSE_DRAW_FOUNDATIONS = 11, ///< decides if default foundations need to be drawn enumerator
H A Dnewgrf_house.cpp456 if (HasBit(hs->callback_mask, CBM_HOUSE_DRAW_FOUNDATIONS)) { in DrawNewHouseTile()
H A Dtown_cmd.cpp323 …(hs->grf_prop.spritegroup[0] != nullptr && HasBit(hs->callback_mask, CBM_HOUSE_DRAW_FOUNDATIONS)) { in GetFoundation_Town()
/dports/games/openttd/openttd-12.1/src/table/
H A Dnewgrf_debug_data.h175 NICH(CBID_HOUSE_DRAW_FOUNDATIONS, CBM_HOUSE_DRAW_FOUNDATIONS),