X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/008b4378244bc9da9bc021598c8ff6d75a420593..171fbdaa70df511fabad11a55abf98b57a6b03cb:/mines.c diff --git a/mines.c b/mines.c index e0add2a..62af8cb 100644 --- a/mines.c +++ b/mines.c @@ -2089,6 +2089,8 @@ static game_state *new_game(midend_data *me, game_params *params, char *desc) state->layout->me = me; } else { + state->layout->rs = NULL; + state->layout->me = NULL; state->layout->mines = snewn(wh, char); x = atoi(desc);