TWINE: also show the adeline logo for the 2.21 release of lba1

This commit is contained in:
Martin Gerhardy 2023-03-27 06:39:02 +02:00
parent 234933bb96
commit 8247aad108

View File

@ -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);
}