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