mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:03:00 +00:00
[USETUP] Remove a hardcoded value.
This commit is contained in:
parent
54eb5635d8
commit
e29457aadd
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ CONSOLE_Init(
|
||||||
if (!GetConsoleScreenBufferInfo(StdOutput, &csbi))
|
if (!GetConsoleScreenBufferInfo(StdOutput, &csbi))
|
||||||
return FALSE;
|
return FALSE;
|
||||||
xScreen = csbi.dwSize.X;
|
xScreen = csbi.dwSize.X;
|
||||||
yScreen = 50;//csbi.dwSize.Y;
|
yScreen = csbi.dwSize.Y;
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue