X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/511dac16da218ed6716a876847e02e8478b05812..48dcdd627698354063fa1b551cfa1917dea1b25e:/cube.c diff --git a/cube.c b/cube.c index 428569c..a65b918 100644 --- a/cube.c +++ b/cube.c @@ -1542,6 +1542,11 @@ static int game_wants_statusbar(void) return TRUE; } +static int game_timing_state(game_state *state) +{ + return TRUE; +} + #ifdef COMBINED #define thegame cube #endif @@ -1575,4 +1580,5 @@ const struct game thegame = { game_anim_length, game_flash_length, game_wants_statusbar, + FALSE, game_timing_state, };