Skip to content

Commit

Permalink
Merge pull request #6 from owenca/master
Browse files Browse the repository at this point in the history
Do not start a new game after the user clicks on the OK button
  • Loading branch information
scottmc authored Aug 1, 2018
2 parents c67d02d + d70107a commit 7089ba8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,6 @@ void MainWindow::MessageReceived(BMessage *msg)
fTimer->Stop();
ImageAlert *alert = new ImageAlert("HexVexedYouWin.png",'PNG ');
alert->Show();
GenerateGrid(fGridSize, true);
}
} else {
originalMsg.SendReply(B_MESSAGE_NOT_UNDERSTOOD);
Expand Down

0 comments on commit 7089ba8

Please sign in to comment.