summaryrefslogtreecommitdiff
path: root/src/Game.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Game.hpp')
-rw-r--r--src/Game.hpp2
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();
};