Merge pull request #15 from Sku-111/main
preventing tact error E_REPAIR (28)
This commit is contained in:
commit
cd889018d1
@ -55,6 +55,9 @@ BOOL WINAPI DllMain(HMODULE hModule, DWORD Reason, LPVOID lpVoid)
|
||||
|
||||
printf("Base Address: %p\n", 0_b);
|
||||
|
||||
// prevents tact error E_REPAIR (28) from happening
|
||||
remove("Data/data/CASCRepair.mrk");
|
||||
|
||||
debug_output_init(nullptr);
|
||||
addCustomCmds();
|
||||
patchGame();
|
||||
|
Loading…
Reference in New Issue
Block a user