Skip to content

Commit 0fa05f7

Browse files
committed
Minor bug fix
1 parent 040dc67 commit 0fa05f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Folders/Miscellaneous.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ namespace Misc {
278278
ProcessPlus process;
279279
unsigned int x = stoul(process.Address(s, -5), nullptr, 16);
280280

281-
if (!ProcessPlus::Write32(x + Helpers::GetVersion(Helpers::PickGame(0x2000, 0), 0), 0xE3B01000, original, entry, saved))
281+
if (!ProcessPlus::Write32(x + Helpers::GetVersion(0x2000, 0), 0xE3B01000, original, entry, saved))
282282
return;
283283
}
284284
}

0 commit comments

Comments
 (0)