[Scummvm-git-logs] scummvm master -> 8247aad108cc7ea295cbb63be0ea637e060bebee
mgerhardy
noreply at scummvm.org
Mon Mar 27 07:36:37 UTC 2023
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:
8247aad108 TWINE: also show the adeline logo for the 2.21 release of lba1
Commit: 8247aad108cc7ea295cbb63be0ea637e060bebee
https://github.com/scummvm/scummvm/commit/8247aad108cc7ea295cbb63be0ea637e060bebee
Author: Martin Gerhardy (martin.gerhardy at gmail.com)
Date: 2023-03-27T06:39:02+02:00
Commit Message:
TWINE: also show the adeline logo for the 2.21 release of lba1
Changed paths:
engines/twine/twine.cpp
diff --git a/engines/twine/twine.cpp b/engines/twine/twine.cpp
index af1fa131f86..4fbb5a26013 100644
--- a/engines/twine/twine.cpp
+++ b/engines/twine/twine.cpp
@@ -562,6 +562,9 @@ void TwinEEngine::playIntro() {
if (isLba1Classic()) {
abort |= _screens->loadBitmapDelay("Logo2Point21_640_480_256.bmp", 3);
+ if (!abort) {
+ abort |= _screens->adelineLogo();
+ }
if (!abort) {
abort |= _screens->loadBitmapDelay("TLBA1C_640_480_256.bmp", 3);
}
More information about the Scummvm-git-logs
mailing list