commit
b04e0c7a9e
|
@ -337,8 +337,8 @@ void microcheck()
|
||||||
ReleaseGfx();
|
ReleaseGfx();
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
MessageBox(gfx.hWnd, stdstr_f("Error: uCode crc not found in INI, using currently selected uCode\n\n%08lx", uc_crc).c_str(), "Error", MB_OK | MB_ICONEXCLAMATION);
|
MessageBox(gfx.hWnd, stdstr_f("Error: uCode crc not found in INI, using currently selected uCode\n\n%08lx", uc_crc).c_str(), "Error", MB_OK | MB_ICONEXCLAMATION);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
ucode_error_report = FALSE; // don't report any more ucode errors from this game
|
ucode_error_report = FALSE; // don't report any more ucode errors from this game
|
||||||
}
|
}
|
||||||
else if (uc == -1 && ucode_error_report)
|
else if (uc == -1 && ucode_error_report)
|
||||||
|
|
Loading…
Reference in New Issue