[Scummvm-git-logs] scummvm branch-2-5 -> 85f1c96fb515d3cf41c0f13c7f46558b2f86c170
mgerhardy
noreply at scummvm.org
Fri Nov 26 19:59:44 UTC 2021
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:
85f1c96fb5 TWINE: No music in FLA movie
Commit: 85f1c96fb515d3cf41c0f13c7f46558b2f86c170
https://github.com/scummvm/scummvm/commit/85f1c96fb515d3cf41c0f13c7f46558b2f86c170
Author: Martin Gerhardy (martin.gerhardy at gmail.com)
Date: 2021-11-26T20:59:37+01:00
Commit Message:
TWINE: No music in FLA movie
the original code only stops the samples - not the midi or cd music
Changed paths:
engines/twine/movies.cpp
diff --git a/engines/twine/movies.cpp b/engines/twine/movies.cpp
index 98c23ca8d5..73419904c8 100644
--- a/engines/twine/movies.cpp
+++ b/engines/twine/movies.cpp
@@ -368,8 +368,6 @@ bool Movies::playFlaMovie(const char *flaName) {
return true;
}
- _engine->_music->stopMusic();
-
_fadeOut = -1;
_fadeOutFrames = 0;
More information about the Scummvm-git-logs
mailing list