- some minor adjustments to the console init interface.
This commit is contained in:
parent
e3d21d09c9
commit
14776aebb6
3 changed files with 6 additions and 5 deletions
|
|
@ -3366,7 +3366,7 @@ static int D_DoomMain_Internal (void)
|
|||
TexMan.Init([]() { StartScreen->Progress(); }, CheckForHacks);
|
||||
PatchTextures();
|
||||
TexAnim.Init();
|
||||
C_InitConback(TexMan.CheckForTexture(gameinfo.BorderFlat, ETextureType::Flat), true);
|
||||
C_InitConback(TexMan.CheckForTexture(gameinfo.BorderFlat, ETextureType::Flat), true, 0.25);
|
||||
|
||||
FixWideStatusBar();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue