mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 08:01:30 -07:00
Revert the code that assumed that incoming parameters used a random generation
scheme in r6068, since this messed up the non-permanency of the non-limited parameter. [originally from svn r6069] [r6068 == f3c95109c7b905f74b5f149eea21f68444c31ef7]
This commit is contained in:
5
pegs.c
5
pegs.c
@ -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;
|
||||
|
Reference in New Issue
Block a user