mirror of
https://github.com/reactos/reactos.git
synced 2024-12-04 17:03:30 +08:00
[USETUP] Remove a hardcoded value.
This commit is contained in:
parent
54eb5635d8
commit
e29457aadd
@ -54,7 +54,7 @@ CONSOLE_Init(
|
||||
if (!GetConsoleScreenBufferInfo(StdOutput, &csbi))
|
||||
return FALSE;
|
||||
xScreen = csbi.dwSize.X;
|
||||
yScreen = 50;//csbi.dwSize.Y;
|
||||
yScreen = csbi.dwSize.Y;
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user