mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-30 16:50:48 +00:00
Borland fixes
This commit is contained in:
parent
b82af01381
commit
01ab5f4fbe
3 changed files with 3 additions and 2 deletions
|
@ -94,7 +94,7 @@ char *Sys_ConsoleInput (void)
|
|||
int c;
|
||||
|
||||
// read a line out
|
||||
while (_kbhit())
|
||||
while (kbhit())
|
||||
{
|
||||
c = _getch();
|
||||
putch (c);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue