Dariusz Olszewski's changes to support compiling for PocketPC. This
[sgt/puzzles] / solo.c
diff --git a/solo.c b/solo.c
index 0a4e852..19d91b4 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