Skip to content
Snippets Groups Projects
  • Deucе's avatar
    c24667c8
    Fix error displaying Minesweeper field · c24667c8
    Deucе authored
    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.
    c24667c8
    History
    Fix error displaying Minesweeper field
    Deucе authored
    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.