SCI: Silence more incorrect audio patch type warnings
This commit is contained in:
parent
00552e62c3
commit
0962edc69b
1 changed files with 2 additions and 1 deletions
|
@ -1626,7 +1626,8 @@ void ResourceManager::readResourcePatchesBase36() {
|
|||
|
||||
// The S/T prefixes often conflict with non-patch files and generate
|
||||
// spurious warnings about invalid patches
|
||||
if (name.hasSuffix(".DLL") || name.hasSuffix(".EXE") || name.hasSuffix(".TXT") || name.hasSuffix(".OLD") || name.hasSuffix(".WIN") || name.hasSuffix(".DOS")) {
|
||||
if (name.hasSuffix(".DLL") || name.hasSuffix(".EXE") || name.hasSuffix(".TXT") || name.hasSuffix(".OLD") || name.hasSuffix(".WIN") || name.hasSuffix(".DOS") ||
|
||||
name.hasSuffix(".HLP") || name.hasSuffix(".DRV")) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue