mirror of
https://github.com/G42makes/mp-s7.git
synced 2025-08-09 10:24:56 +00:00
removed the putch in readchar to avoid double printing
This commit is contained in:
@@ -343,7 +343,6 @@ char Console::ReadChar()
|
|||||||
if(c == '\r')
|
if(c == '\r')
|
||||||
c = '\n';
|
c = '\n';
|
||||||
|
|
||||||
putch(c);
|
|
||||||
return c;
|
return c;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user