Skip to content

Commit 0156a3c

Browse files
committed
v9.1.0.1338
- Removed more leftovers for the features that were removed in v9.1.0.1337.
1 parent 64e2760 commit 0156a3c

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed
0 Bytes
Binary file not shown.

NFSMWExtraOptions/dllmain.cpp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -975,14 +975,6 @@ void Init()
975975
injector::WriteMemory<unsigned char>(0x8B2810, 0x54, true);
976976
}
977977

978-
// Add Tollbooth and Challenge options to quick race menu
979-
injector::MakeNOP(0x7aa924, 6, true);
980-
injector::MakeNOP(0x7AA97F, 6, true);
981-
injector::MakeJMP(0x7aaa5d, 0x7AAAEF, true);
982-
injector::WriteMemory<DWORD>(0x7AAB1A, 0x213CC8D1, true); // Challenge name hash
983-
injector::WriteMemory<DWORD>(0x7AAB1F, 0x9A962438, true); // Challenge icon hash
984-
injector::WriteMemory<unsigned char>(0x7AAB33, 0x08, true); // Challenge game mode
985-
986978
// Show Hidden Tracks in QR Track select
987979
if (ShowHiddenTracks)
988980
{

0 commit comments

Comments
 (0)