[Scummvm-git-logs] scummvm master -> faf798efa39035f75fa5edaf93decb1a2b8b7487
lephilousophe
noreply at scummvm.org
Sun Jan 4 08:42:45 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:
faf798efa3 BURIED: Fix build
Commit: faf798efa39035f75fa5edaf93decb1a2b8b7487
https://github.com/scummvm/scummvm/commit/faf798efa39035f75fa5edaf93decb1a2b8b7487
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2026-01-04T09:42:23+01:00
Commit Message:
BURIED: Fix build
Changed paths:
engines/buried/buried.cpp
diff --git a/engines/buried/buried.cpp b/engines/buried/buried.cpp
index 44576f1f074..3c511955b52 100644
--- a/engines/buried/buried.cpp
+++ b/engines/buried/buried.cpp
@@ -618,7 +618,7 @@ void BuriedEngine::showPoints() {
AgentEvaluation *agentEvaluation = new AgentEvaluation(this, sceneView->getGlobalFlags(), -1);
GUI::MessageDialog dialog(
- agentEvaluation->_scoringTextDescriptionsWithScores,
+ Common::U32String(agentEvaluation->_scoringTextDescriptionsWithScores),
_("OK"),
Common::U32String(),
Graphics::kTextAlignLeft
More information about the Scummvm-git-logs
mailing list