mirror of
https://github.com/CookiePLMonster/SilentPatch.git
synced 2024-11-22 05:22:32 +01:00
Don't animate Phoenix flaps when engine is off
This commit is contained in:
parent
108c2740a7
commit
3895f1c738
@ -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<RpClump*>(ms_modelInfoPtrs[ modelID ]->pRwObject);
|
||||
if ( pOrigClump != nullptr )
|
||||
|
Loading…
Reference in New Issue
Block a user