chiark / gitweb /
Dariusz Olszewski's changes to support compiling for PocketPC. This
[sgt-puzzles.git] / solo.c
diff --git a/solo.c b/solo.c
index 0a4e852bfb31200f06012ab14e347c1ef70442c7..19d91b4b30ca5610e6083baf1dfdb5ea5d529c4e 100644 (file)
--- a/solo.c
+++ b/solo.c
@@ -3085,7 +3085,7 @@ const struct game thegame = {
     TRUE, FALSE, game_print_size, game_print,
     FALSE,                            /* wants_statusbar */
     FALSE, game_timing_state,
-    0,                                /* flags */
+    REQUIRE_RBUTTON | REQUIRE_NUMPAD,  /* flags */
 };
 
 #ifdef STANDALONE_SOLVER