Avoid noise diffs around logging of seed command.
This commit is contained in:
parent
bed5fb747b
commit
ffa9332ee3
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
@ -147,7 +147,7 @@ static bool fallback_handler(signed char *buf)
|
||||||
long sv;
|
long sv;
|
||||||
if (sscanf(buf, "seed %ld", &sv) == 1) {
|
if (sscanf(buf, "seed %ld", &sv) == 1) {
|
||||||
set_seed(sv);
|
set_seed(sv);
|
||||||
printf("Seed set to %ld\n", sv);
|
printf("\nSeed set to %ld\n", sv);
|
||||||
// autogenerated, so don't charge user time for it.
|
// autogenerated, so don't charge user time for it.
|
||||||
--TURNS;
|
--TURNS;
|
||||||
// here we reconfigure any global game state that uses random numbers
|
// here we reconfigure any global game state that uses random numbers
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue