back to scratko.xyz
aboutsummaryrefslogtreecommitdiff
path: root/puzzle.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'puzzle.hpp')
-rw-r--r--puzzle.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/puzzle.hpp b/puzzle.hpp
index 39a4752..e8d85d6 100644
--- a/puzzle.hpp
+++ b/puzzle.hpp
@@ -50,7 +50,7 @@ public:
static GameParams *SetUpParams(Fl_Window *win) {
GameParams *gi = new GameParams(win);
gi->CalculateStandardPuzzlePos();
- gi->SetXYEmptyBox(215, 215);
+ gi->SetXYEmptyBox(215, 245);
return gi;
}
};