General code cleanup #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "Lui798/3DS-Sweeper:general-cleanup"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently the most recent change I made broke something with revealing tiles. Maybe I messed something up and a tile value isn't getting set properly, which is causing the function to misbehave?
8b77f780c9to845973f57fI think it might have to do with me changing grid inside minesweeper_t from minesweeper_tile_t grid[GRID_HEIGHT][GRID_WIDTH] to minesweeper_tile_t** grid so I could customize the size of the grid later down the road
This bug was happening before I rebased on that commit, I originally committed the changes with the old array in place.
WIP: General code cleanupto General code cleanupFixed by reverting loop variable initialization in
minesweeper_regenerate_boardback to original behaviour.Really not sure why it needs to be done that way though...
That's really weird, I'll probably have to try it myself then