chiark / gitweb /
HTML Help support for Puzzles, with the same kind of automatic
[sgt-puzzles.git] / flip.c
diff --git a/flip.c b/flip.c
index a8fd47190605bd8f285d972dde87cd122cf1f1b2..0a537c3dc52c3c60483fe4dc78af3f14292ace6e 100644 (file)
--- a/flip.c
+++ b/flip.c
@@ -1266,7 +1266,7 @@ static void game_print(drawing *dr, game_state *state, int tilesize)
 #endif
 
 const struct game thegame = {
-    "Flip", "games.flip",
+    "Flip", "games.flip", "flip",
     default_params,
     game_fetch_preset,
     decode_params,