aboutsummaryrefslogtreecommitdiff
path: root/nullgame.c
diff options
context:
space:
mode:
Diffstat (limited to 'nullgame.c')
-rw-r--r--nullgame.c2
1 files changed, 1 insertions, 1 deletions
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;
}