| 104 | } |
| 105 | |
| 106 | static LegacyAnimationParameters GetDefaultAnimationParameters(uint8_t legacyAnimationType) |
| 107 | { |
| 108 | if (legacyAnimationType >= NumLegacyAnimationTypes) |
| 109 | return VehicleEntryDefaultAnimation[0]; |
| 110 | return VehicleEntryDefaultAnimation[legacyAnimationType]; |
| 111 | } |
| 112 | |
| 113 | static constexpr SpritePrecision PrecisionFromNumFrames(uint32_t numRotationFrames) |
| 114 | { |
no outgoing calls
no test coverage detected