[Scummvm-git-logs] scummvm master -> f7901e09b21d99731ccd422fc3ae23d56cadd6e0
bluegr
noreply at scummvm.org
Sun Feb 1 10:51:53 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:
f7901e09b2 DIRECTOR: Add language to quality table message
Commit: f7901e09b21d99731ccd422fc3ae23d56cadd6e0
https://github.com/scummvm/scummvm/commit/f7901e09b21d99731ccd422fc3ae23d56cadd6e0
Author: eientei95 (einstein95 at users.noreply.github.com)
Date: 2026-02-01T12:51:49+02:00
Commit Message:
DIRECTOR: Add language to quality table message
Changed paths:
engines/director/util.cpp
diff --git a/engines/director/util.cpp b/engines/director/util.cpp
index 777dc786c2b..d70139642ff 100644
--- a/engines/director/util.cpp
+++ b/engines/director/util.cpp
@@ -1785,7 +1785,7 @@ static int getCharEquality(Common::u32char_type_t ch) {
if (pl == Common::kPlatformWindows && lang != Common::JA_JPN && version < 700)
return equalityTableD6win[num];
- warning("BUILDBOT: No equality table for Director version: %d", version);
+ warning("BUILDBOT: No equality table for Director version: %d-%s", version, Common::getLanguageCode(lang));
return num;
}
More information about the Scummvm-git-logs
mailing list