X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/3ff276f2cd88e6f3a6fe08f95f6147abbe3fcfd4..aafaa7fbd122f8109c1a7d99faf74d4892bf22de:/nullgame.c diff --git a/nullgame.c b/nullgame.c index 8af76ce..212d5c2 100644 --- a/nullgame.c +++ b/nullgame.c @@ -238,7 +238,7 @@ static int game_wants_statusbar(void) return FALSE; } -static int game_timing_state(game_state *state) +static int game_timing_state(game_state *state, game_ui *ui) { return TRUE; }