diff options
Diffstat (limited to 'flip.c')
| -rw-r--r-- | flip.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |