disable obsolete cd driver warning

This commit is contained in:
Andrew Tonner 2017-01-18 15:57:36 -08:00
parent aabd23408d
commit 5c264434e7

View File

@ -271,7 +271,7 @@ bool check_drivers(void)
else { else {
TCHAR str[256]; TCHAR str[256];
_sntprintf(str, lengthof(str), TEXT("The CD-ROM driver file \"%s\" is missing."), path); _sntprintf(str, lengthof(str), TEXT("The CD-ROM driver file \"%s\" is missing."), path);
WarningAlert(str); //WarningAlert(str);
} }
return true; return true;