X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/49d4feb50a52e8c58baa9cb943cf4dc2ac65f2fb..b182e5d58190f834c2dc49e777cdc12e38a60c00:/solo.c diff --git a/solo.c b/solo.c index c02e750..bba2cbd 100644 --- a/solo.c +++ b/solo.c @@ -207,7 +207,7 @@ static void decode_params(game_params *ret, char const *string) if (*string == 'r' || *string == 'm' || *string == 'a') { int sn, sc, sd; sc = *string++; - if (*string == 'd') { + if (sc == 'm' && *string == 'd') { sd = TRUE; string++; } else {