zfm: force set bgcol on redraw

This commit is contained in:
minjaesong
2026-05-25 01:30:26 +09:00
parent 7edc3e32b1
commit b103e3c690

View File

@@ -665,6 +665,7 @@ function clearScr() {
graphics.setBackground(34,51,68) graphics.setBackground(34,51,68)
graphics.clearPixels(255) graphics.clearPixels(255)
graphics.setGraphicsMode(0) graphics.setGraphicsMode(0)
con.color_pair(COL_TEXT, COL_BACK)
} }
/////////////////////////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////////////////////////