back to scratko.xyz
aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index caf1a17..0cbe9ea 100644
--- a/main.cpp
+++ b/main.cpp
@@ -10,7 +10,7 @@ int main()
{
srand(time(nullptr));
Fl_Window *win = new Fl_Window(325, 325, "15 puzzle");
- GameParams *params = GameParams::StartParams();
+ GameParams *params = GameParams::SetUpParams();
params->NewGame();
win->end();
win->show();