Fix typo of one one instead of L L in Hp to Watts conversion constant
This commit is contained in:
@@ -176,7 +176,7 @@ int GroundVehicle<T, Type>::GetAcceleration()
|
|||||||
/* We'd like to cache this, but changing cached_power has too many unwanted side-effects */
|
/* We'd like to cache this, but changing cached_power has too many unwanted side-effects */
|
||||||
uint32 power_temp;
|
uint32 power_temp;
|
||||||
this->CalculatePower(power_temp, max_te, true);
|
this->CalculatePower(power_temp, max_te, true);
|
||||||
power = power_temp * 74611;
|
power = power_temp * 746ll;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user