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 bc0c386..8df09e9 100644
--- a/nullgame.c
+++ b/nullgame.c
@@ -76,7 +76,7 @@ char *validate_params(game_params *params)
return NULL;
}
-char *new_game_seed(game_params *params)
+char *new_game_seed(game_params *params, random_state *rs)
{
return dupstr("FIXME");
}