Home
last modified time | relevance | path

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

/dports/games/lincity/lincity-1.13.1/modules/
H A Dport.c52 if ((flags & FLAG_MB_COAL) != 0) in do_port()
117 if ((flags & FLAG_MB_COAL) != 0) in do_port()
/dports/games/lincity-ng/lincity-ng-2.0/src/lincity-ng/
H A DDialog.cpp645 if( MP_INFO( pointX,pointY ).flags & FLAG_MB_COAL) cb->check(); else cb->uncheck(); in editMarket()
695 if( MP_INFO( pointX,pointY ).flags & FLAG_MB_COAL) cb->check(); else cb->uncheck(); in editPort()
750 MP_INFO( pointX,pointY ).flags |= FLAG_MB_COAL; in applyPortButtonClicked()
752 MP_INFO( pointX,pointY ).flags &= ~FLAG_MB_COAL; in applyPortButtonClicked()
/dports/games/lincity/lincity-1.13.1/
H A Dsimulate.c648 + FLAG_MS_JOBS + FLAG_MB_COAL + FLAG_MS_COAL + FLAG_MB_ORE in random_start()
665 + FLAG_MS_JOBS + FLAG_MB_COAL + FLAG_MS_COAL + FLAG_MB_ORE in random_start()
H A Dmarket.c515 if ((flags & FLAG_MB_COAL) != 0) in deal_with_transport()
600 if ((flags & FLAG_MB_COAL) != 0) in deal_with_transport()
672 if ((flags & FLAG_MB_COAL) != 0) in deal_with_transport()
H A Dlin-city.h154 #define FLAG_MB_COAL (0x1000) macro
H A Dengine.c124 | FLAG_MB_COAL | FLAG_MB_ORE | FLAG_MB_STEEL in place_item()
H A Dmouse.c887 int flag = is_sell ? FLAG_MS_COAL : FLAG_MB_COAL; in do_market_cb_template()
H A Dscreen.c2154 draw_cb_box (2, 0, MP_INFO(mcbx,mcby).flags & FLAG_MB_COAL); in draw_cb_template()
/dports/games/lincity-ng/lincity-ng-2.0/src/lincity/modules/
H A Dmarket.cpp438 if ((flags & FLAG_MB_COAL) != 0) { in deal_with_transport()
508 if ((flags & FLAG_MB_COAL) != 0) { in deal_with_transport()
573 if ((flags & FLAG_MB_COAL) != 0) { in deal_with_transport()
H A Dport.cpp161 if ((flags & FLAG_MB_COAL) != 0) { in trade_connection()
/dports/games/lincity-ng/lincity-ng-2.0/src/lincity/
H A Dlin-city.h84 #define FLAG_MB_COAL (0x1000) macro
H A Dengine.cpp351 | FLAG_MB_COAL | FLAG_MB_ORE | FLAG_MB_STEEL in place_item()
H A Dinit_game.cpp975 + FLAG_MS_JOBS + FLAG_MB_COAL + FLAG_MS_COAL + FLAG_MB_ORE in random_start()