mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 08:01:30 -07:00
Add request_keys() to the rest of the unfinished games.
I just realized that only "Group" received the request_keys() field in the game struct for some reason.
This commit is contained in:

committed by
Simon Tatham

parent
f04923abbc
commit
19f46dce8c
@ -841,6 +841,7 @@ const struct game thegame = {
|
||||
free_ui,
|
||||
encode_ui,
|
||||
decode_ui,
|
||||
NULL, /* game_request_keys */
|
||||
game_changed_state,
|
||||
interpret_move,
|
||||
execute_move,
|
||||
|
@ -2333,6 +2333,7 @@ const struct game thegame = {
|
||||
free_ui,
|
||||
encode_ui,
|
||||
decode_ui,
|
||||
NULL, /* game_request_keys */
|
||||
game_changed_state,
|
||||
interpret_move,
|
||||
execute_move,
|
||||
|
@ -1457,6 +1457,7 @@ const struct game thegame = {
|
||||
free_ui,
|
||||
encode_ui,
|
||||
decode_ui,
|
||||
NULL, /* game_request_keys */
|
||||
game_changed_state,
|
||||
interpret_move,
|
||||
execute_move,
|
||||
|
Reference in New Issue
Block a user