Home
last modified time | relevance | path

Searched refs:MAX_COAL_AT_POWER_STATION (Results 1 – 4 of 4) sorted by last modified time

/dports/games/lincity-ng/lincity-ng-2.0/src/lincity/modules/
H A Dcoal_power.cpp31 if (MP_INFO(x, y).int_2 < MAX_COAL_AT_POWER_STATION) { in do_power_source_coal()
68 if (MP_INFO(x, y).int_2 > (MAX_COAL_AT_POWER_STATION - (MAX_COAL_AT_POWER_STATION / 5))) in do_power_source_coal()
70 else if (MP_INFO(x, y).int_2 > (MAX_COAL_AT_POWER_STATION / 2)) in do_power_source_coal()
72 else if (MP_INFO(x, y).int_2 > (MAX_COAL_AT_POWER_STATION / 10)) in do_power_source_coal()
97 mps_store_sfp(i++, _("Coal"), MP_INFO(x, y).int_2 * 100.0 / MAX_COAL_AT_POWER_STATION); in mps_coal_power()
/dports/games/lincity-ng/lincity-ng-2.0/src/lincity/
H A Dlin-city.h169 #define MAX_COAL_AT_POWER_STATION 100000 macro
/dports/games/lincity/lincity-1.13.1/modules/
H A Dcoal_power.c37 if (MP_INFO(x,y).int_2 < MAX_COAL_AT_POWER_STATION) { in do_power_source_coal()
79 if (MP_INFO(x,y).int_2 > (MAX_COAL_AT_POWER_STATION in do_power_source_coal()
80 - (MAX_COAL_AT_POWER_STATION / 5))) in do_power_source_coal()
82 else if (MP_INFO(x,y).int_2 > (MAX_COAL_AT_POWER_STATION / 2)) in do_power_source_coal()
84 else if (MP_INFO(x,y).int_2 > (MAX_COAL_AT_POWER_STATION / 10)) in do_power_source_coal()
112 MP_INFO(x,y).int_2 * 100.0 / MAX_COAL_AT_POWER_STATION); in mps_coal_power()
/dports/games/lincity/lincity-1.13.1/
H A Dlin-city.h280 #define MAX_COAL_AT_POWER_STATION 100000 macro