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/Game.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Game.hpp') diff --git a/src/Game.hpp b/src/Game.hpp index 15eadd3..749f75d 100644 --- a/src/Game.hpp +++ b/src/Game.hpp @@ -30,7 +30,7 @@ public: int bombCheck(int x, int y); - void revealTile(int x, int y); + void revealTile(int y, int x); void input(); }; -- cgit v1.2.3