Skip to content

Commit

Permalink
v5.1.0.1338
Browse files Browse the repository at this point in the history
* Fixed an issue with the DisableTakeover option.
  • Loading branch information
nlgxzef committed Nov 4, 2021
1 parent b3f3ed3 commit 2ab8214
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion NFSU2ExtraOptions/ExtraOptionsStuff.h
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 337,10 @@ void Init()
}

// Takeover
injector::MakeJMP(0x4A91B6, SplashScreenCodeCave, true); // SplashScreen::SplashScreen
if (ExOptsTeamTakeOver)
{
injector::MakeJMP(0x4A91B6, SplashScreenCodeCave, true); // SplashScreen::SplashScreen
}

// Show Subtitles
if (ShowSubtitles)
Expand Down
Binary file modified NFSU2ExtraOptions/NFSU2ExtraOptions.rc
Binary file not shown.

0 comments on commit 2ab8214

Please sign in to comment.