From c4f70660d01d7d25a7f7a1e78d6e72097ca82e2e Mon Sep 17 00:00:00 2001 From: dawidg81 Date: Mon, 9 Feb 2026 19:00:56 +0100 Subject: Added board numbering, added unflagging, fixed message display --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 16a8b13..8bbb1d9 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -43,7 +43,7 @@ int main(){ game.input(); game.updateBoard(); game.hasWon(); - cout << game.msg; + // cout << game.msg; // cout << game.inGame; } -- cgit v1.2.3