[Scummvm-git-logs] scummvm master -> 0c5fa6805c65a706c000505535611db1b3f42a37
sev-
noreply at scummvm.org
Thu Jul 16 18:07:29 UTC 2026
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
0c5fa6805c DIRECTOR: Add .CCT to the D6+ movie extension search list
Commit: 0c5fa6805c65a706c000505535611db1b3f42a37
https://github.com/scummvm/scummvm/commit/0c5fa6805c65a706c000505535611db1b3f42a37
Author: Gianluca Boiano (morf3089 at gmail.com)
Date: 2026-07-16T20:07:25+02:00
Commit Message:
DIRECTOR: Add .CCT to the D6+ movie extension search list
Fixes resolving external casts LZ7.cct and video.cct in loewe7
Changed paths:
engines/director/util.cpp
diff --git a/engines/director/util.cpp b/engines/director/util.cpp
index 05f2a3ef69f..c4fa2d0ec78 100644
--- a/engines/director/util.cpp
+++ b/engines/director/util.cpp
@@ -954,7 +954,7 @@ Common::Path findMoviePath(const Common::String &path, bool currentFolder, bool
const char *extsD3[] = { ".MMM", nullptr };
const char *extsD4[] = { ".DIR", ".DXR", ".EXE", nullptr };
const char *extsD5[] = { ".DIR", ".DXR", ".CST", ".CXT", ".EXE", nullptr };
- const char *extsD6[] = { ".DIR", ".DXR", ".CST", ".CXT", ".EXE", ".DCR", ".DCT", nullptr };
+ const char *extsD6[] = { ".DIR", ".DXR", ".CST", ".CXT", ".EXE", ".DCR", ".DCT", ".CCT", nullptr };
const char **exts = nullptr;
if (g_director->getVersion() < 400) {
More information about the Scummvm-git-logs
mailing list