Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
CookiePLMonster committed Oct 25, 2024
1 parent ea13429 commit d74b104
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG-III.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ All the remaining, non-critical fixes.
* Drivers now behave correctly when shot at. In the PC versions, they would always speed away, but now they can also do nothing, like in the PS2 version. Additionally, a third, previously inaccessible behavior where drivers abandon the car and flee on foot is now working correctly.
* Dodo keyboard controls are now active when the All Cars Fly cheat is enabled.
* Temporary pickups (like money) are now properly cleaned up if there are too many of them, fixing a possible object leak.
* Car reflections are now displayed correctly in the Steam version (integrated Steam Car Colour Fix from **Sergenaur**).
* Car reflections are now displayed correctly in the Steam version (integrated Steam Car Colour Fix from **Sergeanur**).
* Made Claude sit when riding in a Speeder, the same as **Fire_Head**'s SitInBoat. This change also applies to Skimmer if III Aircraft is installed.
* All FBI Kurumas now spawn in a dark grey color with unpainted bumpers, rather than pitch black.
* Detached limbs now have properly working LODs, instead of rendering the normal and low-detail models at the same time.
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG-VC.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ All the remaining, non-critical fixes.
* Fixed an issue where Tommy wouldn't shake his fist at incoming traffic when holding Brass Knuckles, yet would do it when holding a chainsaw.
* Fixed an issue where Tommy wouldn't shake his fist at stopped traffic when holding any weapons introduced in Vice City.
* Hitting vehicles and objects with a screwdriver now produces an impact sound.
* Pedestrians and Tommy are now much more talkative, like in the PS2 version (integrated Ped Speech Patch from **Sergenaur**).
* Pedestrians and Tommy are now much more talkative, like in the PS2 version (integrated Ped Speech Patch from **Sergeanur**).
* Tear gas can now deal damage to Tommy and other mission characters, like in the PS2 version.
* ⚙️ Fixed siren corona placements in Police, Firetruck, Ambulance, Enforcer, Vice Cheetah, and FBI Washington.
* ⚙️ Added siren corona to FBI Washington.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ SilentPatch includes code contributions from:
* Fire_Head
* Nick007J
* NTAuthority
* Sergenaur
* Sergeanur
* spaceeinstein
* Wesser
4 changes: 2 additions & 2 deletions SilentPatchIII/SilentPatchIII.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2276,10 +2276,10 @@ void Patch_III_Common()


// Fix dark car reflections in the Steam EXE
// Based off Sergenaur's fix
// Based off Sergeanur's fix
try
{
// This will only pass on the Steam EXE, and if Sergenaur's standalone fix isn't present
// This will only pass on the Steam EXE, and if Sergeanur's standalone fix isn't present
auto reflection = pattern("A1 ? ? ? ? 85 C0 74 34").get_one();

// xor eax, eax \ nop
Expand Down
2 changes: 1 addition & 1 deletion SilentPatchVC/SilentPatchVC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2634,7 +2634,7 @@ void Patch_VC_Common()


// Ped speech fix
// Based off Sergenaur's fix
// Based off Sergeanur's fix
try
{
// Remove the artificial 6s delay between any ped speech samples
Expand Down

0 comments on commit d74b104

Please sign in to comment.