mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-21 01:05:59 +00:00
FREESCAPE: avoid waiting for users to press a key when starting driller demos
This commit is contained in:
parent
42833df30b
commit
6953dd9204
@ -113,9 +113,12 @@ void FreescapeEngine::borderScreen() {
|
||||
return;
|
||||
|
||||
if (isDriller()) {
|
||||
if (isAmiga() || isAtariST())
|
||||
return; // TODO: add animation
|
||||
|
||||
drawBorderScreenAndWait(nullptr);
|
||||
|
||||
if (isAmiga() || isAtariST() || isDemo())
|
||||
if (isDemo())
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user