[Scummvm-git-logs] scummvm master -> 1c7e13fd224d15486e324c0d275fd5e17974f868
sev-
sev at scummvm.org
Tue May 12 13:40:23 UTC 2020
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:
1c7e13fd22 DIRECTOR: LINGO: Fixed preprocessor for 'play'
Commit: 1c7e13fd224d15486e324c0d275fd5e17974f868
https://github.com/scummvm/scummvm/commit/1c7e13fd224d15486e324c0d275fd5e17974f868
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-05-12T15:40:01+02:00
Commit Message:
DIRECTOR: LINGO: Fixed preprocessor for 'play'
Changed paths:
engines/director/lingo/lingo-preprocessor.cpp
diff --git a/engines/director/lingo/lingo-preprocessor.cpp b/engines/director/lingo/lingo-preprocessor.cpp
index 69831f6a14..166c32c949 100644
--- a/engines/director/lingo/lingo-preprocessor.cpp
+++ b/engines/director/lingo/lingo-preprocessor.cpp
@@ -420,6 +420,8 @@ Common::String preprocessPlay(Common::String in) {
if (next.equalsIgnoreCase("done")) {
res += " #"; // Turn it into SYMBOL
+ } else {
+ res += ' ';
}
res += next;
More information about the Scummvm-git-logs
mailing list