mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 08:52:00 +00:00
- fixed bad console setup.
This commit is contained in:
parent
7109ce4e30
commit
143e338d9f
1 changed files with 1 additions and 1 deletions
|
@ -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 ();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue