[Scummvm-git-logs] scummvm master -> 759f048ba68325233d3373983683f4ee7fdbedea
aquadran
noreply at scummvm.org
Sat Jul 18 09:25:40 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:
759f048ba6 WINTERMUTE: Update comment in code for 'Art of Murder 1: FBI Confidential'
Commit: 759f048ba68325233d3373983683f4ee7fdbedea
https://github.com/scummvm/scummvm/commit/759f048ba68325233d3373983683f4ee7fdbedea
Author: PaweÅ KoÅodziejski (aquadran at gmail.com)
Date: 2026-07-18T11:25:27+02:00
Commit Message:
WINTERMUTE: Update comment in code for 'Art of Murder 1: FBI Confidential'
Changed paths:
engines/wintermute/base/scriptables/script_ext_directory.cpp
diff --git a/engines/wintermute/base/scriptables/script_ext_directory.cpp b/engines/wintermute/base/scriptables/script_ext_directory.cpp
index 315b8d2b69b..eca09f04aff 100644
--- a/engines/wintermute/base/scriptables/script_ext_directory.cpp
+++ b/engines/wintermute/base/scriptables/script_ext_directory.cpp
@@ -117,10 +117,9 @@ bool SXDirectory::scCallMethod(ScScript *script, ScStack *stack, ScStack *thisSt
}
} else if (strcmp(dirName, "X:\\FBI\\data\\scenes\\17-magic\\") == 0 && strcmp(name, "GetDirectories") == 0) {
- // used in secret scene of "Art of Murder 1: FBI Confidential"
- // TODO: return list of "scenes\17-magic" subfolders from data.dcp
+ // Used in secret scene of "Art of Murder 1: FBI Confidential", pressumable for game testing
- warning("FBI\\scenes\\17-magic Directory.%s is not implemented! Returning empty array...", name);
+ // return empty list instead
} else if (strcmp(dirName, ".\\") == 0 && strcmp(name, "GetFiles") == 0) {
// Used in "Stroke of Fate: Operation Valkyrie" and "Stroke of Fate: Operation Bunker"
More information about the Scummvm-git-logs
mailing list