add presets for madeline math + adds new seetings to disable compat mode warnings
This commit is contained in:
parent
e7bd262681
commit
e3314c0b48
4 changed files with 40 additions and 1 deletions
|
@ -72,7 +72,8 @@ BOOL WINAPI DllMain(HANDLE hDll, DWORD dwReason, LPVOID lpReserved)
|
|||
"then try to start the game again.",
|
||||
s);
|
||||
|
||||
MessageBoxA(NULL, mes, "Compatibility modes detected - cnc-ddraw", MB_OK);
|
||||
if (!g_config.no_compat_warning)
|
||||
MessageBoxA(NULL, mes, "Compatibility modes detected - cnc-ddraw", MB_OK);
|
||||
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue