summaryrefslogtreecommitdiff
path: root/menu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'menu.cpp')
-rw-r--r--menu.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/menu.cpp b/menu.cpp
index 2a4e422..0276066 100644
--- a/menu.cpp
+++ b/menu.cpp
@@ -3,7 +3,7 @@
*
* See the README file for copyright information and how to reach the author.
*
- * $Id: menu.cpp 11 2005-10-28 01:00:01Z tom $
+ * $Id: menu.cpp 16 2005-10-31 21:12:41Z tom $
*/
#include "menu.h"
@@ -155,7 +155,7 @@ eOSState Menu::ProcessKey(eKeys key)
if (puzzle.untouched())
puzzle.generate(setup.givens_count, setup.symmetric);
else
- puzzle.reset();
+ puzzle.reset(setup.clear_marks);
break;
default:
return osContinue;