- fixed bad console setup.

This commit is contained in:
Christoph Oelckers 2020-04-30 12:28:10 +02:00
parent 7109ce4e30
commit 143e338d9f

View file

@ -984,7 +984,7 @@ void C_AdjustBottom ()
void C_NewModeAdjust ()
{
C_InitConsole (twod->GetWidth(), twod->GetHeight(), true);
C_InitConsole (screen->GetWidth(), screen->GetHeight(), true);
C_FlushDisplay ();
C_AdjustBottom ();
}