diff options
Diffstat (limited to 'pegs.c')
| -rw-r--r-- | pegs.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -120,11 +120,6 @@ static void decode_params(game_params *params, char const *string) params->h = params->w; } - /* - * Assume a random generation scheme unless told otherwise, for the - * sake of internal consistency. - */ - params->type = TYPE_RANDOM; for (i = 0; i < lenof(pegs_lowertypes); i++) if (!strcmp(p, pegs_lowertypes[i])) params->type = i; |