Dariusz Olszewski's changes to support compiling for PocketPC. This
[sgt/puzzles] / tents.c
diff --git a/tents.c b/tents.c
index afed169..de20300 100644 (file)
--- a/tents.c
+++ b/tents.c
@@ -2053,7 +2053,7 @@ static void game_print(drawing *dr, game_state *state, int tilesize)
 #endif
 
 const struct game thegame = {
-    "Tents", "games.tents",
+    "Tents", "games.tents", "tents",
     default_params,
     game_fetch_preset,
     decode_params,
@@ -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