Borland fixes

This commit is contained in:
Danne 2000-05-16 13:57:54 +00:00
parent b82af01381
commit 01ab5f4fbe
3 changed files with 3 additions and 2 deletions

View file

@ -94,7 +94,7 @@ char *Sys_ConsoleInput (void)
int c;
// read a line out
while (_kbhit())
while (kbhit())
{
c = _getch();
putch (c);