Home
last modified time | relevance | path

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

/dports/games/simutrans/simutrans-121.0/
H A Dsimcity.cc856 …const sint64 supply_promille = ( ( (average_generated << 10) * (sint64)default_percent ) / 100 ) /… in recalc_generation_ratio() local
857 if( supply_promille < 1024 ) { in recalc_generation_ratio()
860 …const sint32 new_supply = (sint32)( ( (sint64)entry.demand * SUPPLY_FACTOR * supply_promille + ((1… in recalc_generation_ratio()