mirror of
https://github.com/CookiePLMonster/SilentPatch.git
synced 2025-01-01 16:53:01 +05:00
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:
parent
8648f7498a
commit
8f6fa047e2
1 changed files with 3 additions and 0 deletions
|
@ -3736,6 +3736,9 @@ void Patch_SA_10()
|
||||||
// Non-zero inits still need to be done
|
// Non-zero inits still need to be done
|
||||||
GameVariablesToReset.emplace_back( *(TimeNextMadDriverChaseCreated_t<float>**)(0x421369 + 2) ); // CCarCtrl::TimeNextMadDriverChaseCreated
|
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()
|
void Patch_SA_11()
|
||||||
|
|
Loading…
Reference in a new issue