Up until now the burn timer for cars (or "automobiles" in general) and bikes was an integer.
This is incorrect.
As seen over here in CBoat, it's supposed to be a float value ranging from 0.0f to 5000.0f - this means that the specific vehicle explodes roughly 5 seconds after it started burning.
This PR fixes the variable names and types for both CAutomobile and CBike.
Information
Up until now the burn timer for cars (or "automobiles" in general) and bikes was an integer. This is incorrect.
As seen over here in CBoat, it's supposed to be a
float
value ranging from0.0f
to5000.0f
- this means that the specific vehicle explodes roughly 5 seconds after it started burning.This PR fixes the variable names and types for both CAutomobile and CBike.