Skip to content

Commit

Permalink
v9.1.0.1338
Browse files Browse the repository at this point in the history
- Removed more leftovers for the features that were removed in v9.1.0.1337.
  • Loading branch information
nlgxzef committed Nov 28, 2020
1 parent 64e2760 commit 0156a3c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
Binary file modified NFSMWExtraOptions/NFSMWExtraOptions.rc
Binary file not shown.
8 changes: 0 additions & 8 deletions NFSMWExtraOptions/dllmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -975,14 +975,6 @@ void Init()
injector::WriteMemory<unsigned char>(0x8B2810, 0x54, true);
}

// Add Tollbooth and Challenge options to quick race menu
injector::MakeNOP(0x7aa924, 6, true);
injector::MakeNOP(0x7AA97F, 6, true);
injector::MakeJMP(0x7aaa5d, 0x7AAAEF, true);
injector::WriteMemory<DWORD>(0x7AAB1A, 0x213CC8D1, true); // Challenge name hash
injector::WriteMemory<DWORD>(0x7AAB1F, 0x9A962438, true); // Challenge icon hash
injector::WriteMemory<unsigned char>(0x7AAB33, 0x08, true); // Challenge game mode

// Show Hidden Tracks in QR Track select
if (ShowHiddenTracks)
{
Expand Down

0 comments on commit 0156a3c

Please sign in to comment.