[Scummvm-git-logs] scummvm master -> 11a5b60722afc454a1483817b1391fe548b42445
dreammaster
paulfgilbert at gmail.com
Sat Jun 27 00:48:33 UTC 2020
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
11a5b60722 GLK: ZCODE: Added extra variant Blorb extension
Commit: 11a5b60722afc454a1483817b1391fe548b42445
https://github.com/scummvm/scummvm/commit/11a5b60722afc454a1483817b1391fe548b42445
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2020-06-26T17:48:06-07:00
Commit Message:
GLK: ZCODE: Added extra variant Blorb extension
Changed paths:
engines/glk/blorb.cpp
diff --git a/engines/glk/blorb.cpp b/engines/glk/blorb.cpp
index b4beef9ce9..9e3a70c782 100644
--- a/engines/glk/blorb.cpp
+++ b/engines/glk/blorb.cpp
@@ -260,7 +260,7 @@ bool Blorb::isBlorb(const Common::String &filename, uint32 type) {
bool Blorb::hasBlorbExt(const Common::String &filename) {
return filename.hasSuffixIgnoreCase(".blorb") || filename.hasSuffixIgnoreCase(".zblorb")
|| filename.hasSuffixIgnoreCase(".gblorb") || filename.hasSuffixIgnoreCase(".blb")
- || filename.hasSuffixIgnoreCase(".a3r");
+ || filename.hasSuffixIgnoreCase(".zlb") || filename.hasSuffixIgnoreCase(".a3r");
}
void Blorb::getBlorbFilenames(const Common::String &srcFilename, Common::StringArray &filenames,
More information about the Scummvm-git-logs
mailing list