preventing tact error E_REPAIR (28)
prevents error "Failed to initialize TACT client : E_REPAIR (28), invalid build info?" from happening
This commit is contained in:
parent
7db48e99cf
commit
d9359e2b57
@ -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