Subj : src/conio/bitmap_con.c To : Git commit to main/sbbs/master From : Deucе Date : Sun Jan 12 2025 03:16 pm https://gitlab.synchro.net/main/sbbs/-/commit/c24667c8049d3f63ba96c796 Modified Files: src/conio/bitmap_con.c Log Message: Fix error displaying Minesweeper field We need to set the "has pixels set" flag in both vmem and in the bitmap_drawn array to prevent the update from erasing the pixels. This is likely what the duplicated line was originally, then it got broken when I switched to the vmem_cell_*() functions. .