diff options
| author | dawidg81 <dawidgorski.m@gmail.com> | 2026-02-09 14:47:41 +0100 |
|---|---|---|
| committer | dawidg81 <dawidgorski.m@gmail.com> | 2026-02-09 14:47:41 +0100 |
| commit | 59c0c07568d607e69c437853c472379741f7aa98 (patch) | |
| tree | 7908e2980d916415f59781a844b7435413393f1a /src/Game.hpp | |
| parent | c72d094dec277fe99089422c1e7fd990e5e086da (diff) | |
Made tiles revealing recursivev0.4.0
Diffstat (limited to 'src/Game.hpp')
| -rw-r--r-- | src/Game.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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(); }; |
