disable obsolete cd driver warning

This commit is contained in:
Andrew Tonner 2017-01-18 15:57:36 -08:00
parent aabd23408d
commit 5c264434e7
1 changed files with 1 additions and 1 deletions

View File

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