Fix Phoenix blower not animating when reversing

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

View file

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