Pharap / Minesweeper

Finally, the Minesweeper game I've had locked in a cellar for several months
Apache License 2.0
7 stars 2 forks source link

Fix bug in loadData function #43

Closed Pharap closed 6 years ago

Pharap commented 6 years ago

Previously the code allowed potentially invalid data to be loaded. This fixes that by only loading the parts of the data that are confirmed to be valid.