diff --git a/src_main/console/piscreen.cpp b/src_main/console/piscreen.cpp index c256acf2..4e4dbf15 100644 --- a/src_main/console/piscreen.cpp +++ b/src_main/console/piscreen.cpp @@ -205,7 +205,7 @@ void PIScreen::SystemConsole::print() { #else PIString s; int si = 0, sj = 0; - CellFormat prf(0xFFFFFFFF); + CellFormat prf(0xFFFF); for (int j = 0; j < height; ++j) { PIVector & ccv(cells[j]); PIVector & pcv(pcells[j]);