From 63296bcb085a42ce0ef04738899f720b3469b1ce Mon Sep 17 00:00:00 2001 From: daniel-Jones Date: Wed, 5 Sep 2018 15:31:51 +0930 Subject: replaced qlist with std::vector, basic cell revealing The revealing is bound to change, it isn't very nice. I also iterate over every cell to find the right gridx/y. This is inefficient, I need to map them somehow. --- BUGS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BUGS') diff --git a/BUGS b/BUGS index ba206ea..61bdacd 100644 --- a/BUGS +++ b/BUGS @@ -1,4 +1,4 @@ -If GRIDOFFSET isn't 10 You can't get to some edges of the grid +If GRIDOFFSET isn't 10 you (sometimes) can't get to some edges of the grid (see qtminesweeper::keyPressEvent(..) in qtminesweeper.cpp) -- cgit v1.2.3