[Scummvm-git-logs] scummvm master -> 534c5718b428772654034876fe6ee133318aa3b5
mgerhardy
noreply at scummvm.org
Mon Nov 29 16:22:06 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:
534c5718b4 TWINE: Adeline software jingle keeps looping through the startup screens
Commit: 534c5718b428772654034876fe6ee133318aa3b5
https://github.com/scummvm/scummvm/commit/534c5718b428772654034876fe6ee133318aa3b5
Author: Martin Gerhardy (martin.gerhardy at gmail.com)
Date: 2021-11-29T17:21:58+01:00
Commit Message:
TWINE: Adeline software jingle keeps looping through the startup screens
Changed paths:
engines/twine/renderer/screens.cpp
diff --git a/engines/twine/renderer/screens.cpp b/engines/twine/renderer/screens.cpp
index e3e96a1201..54eef328e6 100644
--- a/engines/twine/renderer/screens.cpp
+++ b/engines/twine/renderer/screens.cpp
@@ -32,7 +32,7 @@
namespace TwinE {
bool Screens::adelineLogo() {
- _engine->_music->playMidiMusic(31);
+ _engine->_music->playMidiMusic(31, 1);
return loadImageDelay(_engine->_resources->adelineLogo(), 7);
}
More information about the Scummvm-git-logs
mailing list