mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-27 23:31:44 +00:00
Delete some leftover code.
This commit is contained in:
parent
7a2f3df561
commit
f4b2001325
@ -351,7 +351,6 @@ void Console::PutCharNoUpdate(char c)
|
|||||||
cursorX++;
|
cursorX++;
|
||||||
if(cursorX >= cols)
|
if(cursorX >= cols)
|
||||||
PutCharNoUpdate('\n');
|
PutCharNoUpdate('\n');
|
||||||
chars[cursorY * cols + cursorX].attrs = currentAttr;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user