After it confused Verity, clarify in the Unequal docs that the
[sgt/puzzles] / mines.c
diff --git a/mines.c b/mines.c
index e0e6eb0..73aea0b 100644 (file)
--- a/mines.c
+++ b/mines.c
@@ -3070,7 +3070,7 @@ static void game_print(drawing *dr, game_state *state, int tilesize)
 #endif
 
 const struct game thegame = {
-    "Mines", "games.mines",
+    "Mines", "games.mines", "mines",
     default_params,
     game_fetch_preset,
     decode_params,