Skip to content

Commit

Permalink
Merge pull request #8 from owenca/master
Browse files Browse the repository at this point in the history
Start the game in Easy level in the absence of the settings file
  • Loading branch information
scottmc authored Sep 10, 2018
2 parents 7089ba8 + c219b46 commit 1ff24a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ MainWindow::MainWindow(void)
{
printf("Loading defaults\n");
// Preferences not working, so load these as the defaults
fGridSize = 6;
fGridSize = 3;
Preferences::Message().AddInt8("gridsize",fGridSize);
fTileSize = TILESIZE_3;
Preferences::Message().AddInt8("tilesize",fTileSize);
Expand Down

0 comments on commit 1ff24a3

Please sign in to comment.