- updated common code from screenjob branch.

That is, all parts not related to cutscenes.
This commit is contained in:
Christoph Oelckers 2021-08-03 12:30:44 +02:00
commit c1a8776a15
16 changed files with 163 additions and 21 deletions

View file

@ -3043,6 +3043,11 @@ static void GC_MarkGameRoots()
GC::Mark(NextToThink);
}
static void System_ToggleFullConsole()
{
gameaction = ga_fullconsole;
}
bool CheckSkipGameOptionBlock(const char* str);
//==========================================================================
@ -3091,6 +3096,10 @@ static int D_DoomMain_Internal (void)
nullptr,
CheckSkipGameOptionBlock,
System_ConsoleToggled,
nullptr,
nullptr,
System_ToggleFullConsole,
nullptr,
};