mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-22 08:25:45 -07:00
HTML Help support for Puzzles, with the same kind of automatic
fallback behaviour as PuTTY's support. [originally from svn r7009]
This commit is contained in:
@ -1364,7 +1364,7 @@ static void game_print(drawing *dr, game_state *state, int tilesize)
|
||||
#endif
|
||||
|
||||
const struct game thegame = {
|
||||
"Pearl", NULL,
|
||||
"Pearl", NULL, NULL,
|
||||
default_params,
|
||||
game_fetch_preset,
|
||||
decode_params,
|
||||
|
Reference in New Issue
Block a user