From 8f6fa047e22a5a3e966355ad4de50e35de891ee5 Mon Sep 17 00:00:00 2001 From: Silent Date: Sun, 14 Oct 2018 00:01:28 +0200 Subject: [PATCH] Don't clean the car BEFORE Pay 'n Spray doors close, as it gets cleaned later again anyway! - SA 1.0 --- SilentPatchSA/SilentPatchSA.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SilentPatchSA/SilentPatchSA.cpp b/SilentPatchSA/SilentPatchSA.cpp index a66da0e..e74e261 100644 --- a/SilentPatchSA/SilentPatchSA.cpp +++ b/SilentPatchSA/SilentPatchSA.cpp @@ -3736,6 +3736,9 @@ void Patch_SA_10() // Non-zero inits still need to be done GameVariablesToReset.emplace_back( *(TimeNextMadDriverChaseCreated_t**)(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()