back to scratko.xyz
aboutsummaryrefslogtreecommitdiff
path: root/gameplay.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gameplay.cpp')
-rw-r--r--gameplay.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gameplay.cpp b/gameplay.cpp
index 0c6a1ab..d6bf59f 100644
--- a/gameplay.cpp
+++ b/gameplay.cpp
@@ -62,6 +62,7 @@ void press_button_callback(Fl_Widget *w, void *params)
void PuzzleGame::StartGame(GameParams *gp)
{
+ gp->SelectRandomPicture();
gp->ResetFreePuzzles();
gp->CreateNewPuzzles();
gp->win->redraw();