mirror of
https://github.com/G42makes/mp-s7.git
synced 2025-04-08 18:40:01 +00:00
removed the putch in readchar to avoid double printing
This commit is contained in:
parent
1994e4fdb4
commit
a0a8c22de6
@ -343,7 +343,6 @@ char Console::ReadChar()
|
||||
if(c == '\r')
|
||||
c = '\n';
|
||||
|
||||
putch(c);
|
||||
return c;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user