diff options
Diffstat (limited to 'inertia.c')
| -rw-r--r-- | inertia.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2152,7 +2152,7 @@ static void game_print(drawing *dr, game_state *state, int tilesize) #endif const struct game thegame = { - "Inertia", "games.inertia", + "Inertia", "games.inertia", "inertia", default_params, game_fetch_preset, decode_params, |