- 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:
parent
aabe59c533
commit
1aa71cc5a3
3 changed files with 14 additions and 14 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue