- moved most of the menu code into the backend.

This commit is contained in:
Christoph Oelckers 2020-10-04 22:12:56 +02:00
commit 4b77064fc4
11 changed files with 192 additions and 177 deletions

View file

@ -3437,6 +3437,7 @@ static int D_DoomMain_Internal (void)
FinishDehPatch();
if (!batchrun) Printf("M_Init: Init menus.\n");
SetDefaultMenuColors();
M_Init();
M_CreateGameMenus();