[Scummvm-git-logs] scummvm branch-2-9 -> 892b485c2ba70f776d02666a29b2d70aa45937cf
criezy
noreply at scummvm.org
Thu Dec 5 08:41:17 UTC 2024
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
892b485c2b COMPOSER: Fix error when starting games
Commit: 892b485c2ba70f776d02666a29b2d70aa45937cf
https://github.com/scummvm/scummvm/commit/892b485c2ba70f776d02666a29b2d70aa45937cf
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2024-12-05T08:40:59Z
Commit Message:
COMPOSER: Fix error when starting games
This is a regression from commit bbc4d51
Changed paths:
engines/composer/composer.cpp
diff --git a/engines/composer/composer.cpp b/engines/composer/composer.cpp
index db51fc3f94b..754e02ebea4 100644
--- a/engines/composer/composer.cpp
+++ b/engines/composer/composer.cpp
@@ -406,6 +406,7 @@ void ComposerEngine::loadLibrary(uint id) {
// bookGroup is the basename of the path.
// TODO: tidy this up.
_bookGroup.clear();
+ filename = path.toString('/');
for (uint i = 0; i < filename.size(); i++) {
if (filename[i] == '~' || filename[i] == '/' || filename[i] == ':')
continue;
More information about the Scummvm-git-logs
mailing list