diff --git a/SilentPatchSA/VehicleSA.cpp b/SilentPatchSA/VehicleSA.cpp index 9916c95..876bf23 100644 --- a/SilentPatchSA/VehicleSA.cpp +++ b/SilentPatchSA/VehicleSA.cpp @@ -579,6 +579,7 @@ void CAutomobile::ResetFrames() void CAutomobile::ProcessPhoenixBlower( int32_t modelID ) { if ( m_pCarNode[20] == nullptr ) return; + if ( !m_nVehicleFlags.bEngineOn ) return; RpClump* pOrigClump = reinterpret_cast(ms_modelInfoPtrs[ modelID ]->pRwObject); if ( pOrigClump != nullptr )