Skip to content

Commit

Permalink
Removing sneaky extra FQN for Sewer56.SonicRiders.Structures.Gameplay…
Browse files Browse the repository at this point in the history
….ExtremeGear that flew under the radar
  • Loading branch information
Zazsona committed Aug 15, 2024
1 parent 6fb0bf3 commit dfdfbbc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ internal CustomGearCodePatcher()
fixed (int* ptr = &_gearCountMinusOneArr[0])
_gearCountMinusOne = ptr;

fixed (Sewer56.SonicRiders.Structures.Gameplay.ExtremeGear* ptr = &_newGears[0])
fixed (ExtremeGear* ptr = &_newGears[0])
_newGearsPtr = ptr;

// Patch Branches
Expand Down

0 comments on commit dfdfbbc

Please sign in to comment.