diff options
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(); }; |
