diff options
| author | Jacob Nevins <jacobn@chiark.greenend.org.uk> | 2005-06-07 21:05:29 +0000 |
|---|---|---|
| committer | Jacob Nevins <jacobn@chiark.greenend.org.uk> | 2005-06-07 21:05:29 +0000 |
| commit | c7c3058b8b1e9bf98130bc3fd403aa0ef75d3ea0 (patch) | |
| tree | fb644ccd61320388dd53185783cd6afb7b30ef21 /samegame.c | |
| parent | 6e0c4003cc40db8f744655c3671843753e863027 (diff) | |
| download | puzzles-c7c3058b8b1e9bf98130bc3fd403aa0ef75d3ea0.zip puzzles-c7c3058b8b1e9bf98130bc3fd403aa0ef75d3ea0.tar.gz puzzles-c7c3058b8b1e9bf98130bc3fd403aa0ef75d3ea0.tar.bz2 puzzles-c7c3058b8b1e9bf98130bc3fd403aa0ef75d3ea0.tar.xz | |
Add Windows help topic
[originally from svn r5923]
Diffstat (limited to 'samegame.c')
| -rw-r--r-- | samegame.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -930,7 +930,7 @@ static int game_timing_state(game_state *state) #endif const struct game thegame = { - "Same Game", NULL, + "Same Game", "games.samegame", default_params, game_fetch_preset, decode_params, |