diff --git a/Console/retro/Console.cc b/Console/retro/Console.cc index 428052e35d..6024a8bcc0 100644 --- a/Console/retro/Console.cc +++ b/Console/retro/Console.cc @@ -351,7 +351,6 @@ void Console::PutCharNoUpdate(char c) cursorX++; if(cursorX >= cols) PutCharNoUpdate('\n'); - chars[cursorY * cols + cursorX].attrs = currentAttr; } }