mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-12 20:50:56 +00:00
SHERLOCK: Skip delay when intro is skipped
This commit is contained in:
parent
9a58e485bf
commit
2db07a9d39
@ -611,8 +611,10 @@ bool ScalpelEngine::showOfficeCutscene() {
|
||||
} else
|
||||
finished = _events->delay(19000);
|
||||
|
||||
_events->clearEvents();
|
||||
finished = _events->delay(500);
|
||||
if (finished) {
|
||||
_events->clearEvents();
|
||||
finished = _events->delay(500);
|
||||
}
|
||||
}
|
||||
|
||||
if (finished)
|
||||
|
Loading…
x
Reference in New Issue
Block a user