[Scummvm-git-logs] scummvm master -> 974fe19e7cc141aaf5607035a877383f47a5b4a0
sev-
noreply at scummvm.org
Tue Apr 7 12:25:00 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:
974fe19e7c DIRECTOR: Clarified game options related to 32bpp
Commit: 974fe19e7cc141aaf5607035a877383f47a5b4a0
https://github.com/scummvm/scummvm/commit/974fe19e7cc141aaf5607035a877383f47a5b4a0
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-04-07T14:24:31+02:00
Commit Message:
DIRECTOR: Clarified game options related to 32bpp
Changed paths:
engines/director/metaengine.cpp
diff --git a/engines/director/metaengine.cpp b/engines/director/metaengine.cpp
index 61d248b4cfb..01de7430525 100644
--- a/engines/director/metaengine.cpp
+++ b/engines/director/metaengine.cpp
@@ -78,8 +78,8 @@ static const ADExtraGuiOptionsMap optionsList[] = {
{
GAMEOPTION_TRUE_COLOR,
{
- _s("Force true color"),
- _s("Use true color graphics mode, even if the game is not designed for it"),
+ _s("Force true color (32bpp) mode"),
+ _s("Use true color graphics mode (32 bits per pixel), even if the game is not designed for it"),
"true_color",
false,
0,
More information about the Scummvm-git-logs
mailing list