Home
last modified time | relevance | path

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

/dports/games/simutrans/simutrans-121.0/
H A Dsimconvoi.cc690 static inline sint32 res_power(sint64 speed, sint32 total_power, sint64 friction_weight, sint64 tot… in res_power() argument
692 …sint32 res = total_power - (sint32)( ( (sint64)speed * ( (friction_weight * (sint64)speed ) / 3125… in res_power()