From 59c0c07568d607e69c437853c472379741f7aa98 Mon Sep 17 00:00:00 2001 From: dawidg81 Date: Mon, 9 Feb 2026 14:47:41 +0100 Subject: Made tiles revealing recursive --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 21ceb01..97117a4 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -42,6 +42,7 @@ int main(){ game.displayBoard(); game.input(); game.updateBoard(); + // cout << game.inGame; } return 0; -- cgit v1.2.3