- prepared DrawFullscreenSubtitle for script export.

This needed to get the font passed as argument and take care of stringtable lookup inside the function.
This commit is contained in:
Christoph Oelckers 2022-04-23 18:30:53 +02:00
commit 1aa71cc5a3
3 changed files with 14 additions and 14 deletions

View file

@ -942,7 +942,7 @@ DIntermissionController* FLevelLocals::CreateIntermission()
void RunIntermission(DIntermissionController* intermissionScreen, DObject* statusScreen, std::function<void(bool)> completionf)
{
runner = CreateRunner();
runner = CreateRunner(false);
GC::WriteBarrier(runner);
completion = std::move(completionf);