- make Exhumed's intro block the UI.

Fixes #235.
This commit is contained in:
Christoph Oelckers 2020-08-24 00:36:47 +02:00
parent c60acd7af4
commit fed70e6df7
1 changed files with 1 additions and 1 deletions

View File

@ -509,7 +509,7 @@ void DoTitle(CompletionFunc completion)
jobs[job++] = { PlayMovie("book.mov") };
jobs[job++] = { Create<DMainTitle>() };
RunScreenJob(jobs, job, completion);
RunScreenJob(jobs, job, completion, true, true);
}