Fix Phoenix blower not animating when reversing

This commit is contained in:
Silent 2018-05-26 14:43:02 +02:00
parent ebceda7575
commit bd7a67d0a4
No known key found for this signature in database
GPG key ID: AE53149BB0C45AF1

View file

@ -544,7 +544,7 @@ void CAutomobile::ProcessPhoenixBlower( int32_t modelID )
}
float finalAngle = 0.0f;
if ( m_fGasPedal > 0.0f )
if ( std::abs(m_fGasPedal) > 0.0f )
{
if ( m_fSpecialComponentAngle < 1.3f )
{