Don't clean the car BEFORE Pay 'n Spray doors close, as it gets cleaned later again anyway! - SA 1.0

This commit is contained in:
Silent 2018-10-14 00:01:28 +02:00
parent 8648f7498a
commit 8f6fa047e2
No known key found for this signature in database
GPG key ID: AE53149BB0C45AF1

View file

@ -3736,6 +3736,9 @@ void Patch_SA_10()
// Non-zero inits still need to be done
GameVariablesToReset.emplace_back( *(TimeNextMadDriverChaseCreated_t<float>**)(0x421369 + 2) ); // CCarCtrl::TimeNextMadDriverChaseCreated
}
// Don't clean the car BEFORE Pay 'n Spray doors close, as it gets cleaned later again anyway!
Nop( 0x44ACDC, 6 );
}
void Patch_SA_11()