mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-26 20:59:00 +00:00
TWINE: also show the adeline logo for the 2.21 release of lba1
This commit is contained in:
parent
234933bb96
commit
8247aad108
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user