Loading
#openttdcoop - Paste
Archives
Trending
Docs
Login
Paste #pckmrij1j
Wrap
Raw
Revise
return int(value.value / divisor) * 10 // 16 * unit.ottd_mul >> unit.ottd_shift
to
return int(value.value / divisor * 10 / 16 * unit.ottd_mul) >> unit.ottd_shift
Comments