centralize calls to make_zzword()

make_zzword() now called in set_seed(), because the only times it was
called in the entire application is after every invocation of set_seed().
This commit is contained in:
Aaron Traas 2017-07-02 02:02:09 -04:00
parent be115e9567
commit 85f8334e17
4 changed files with 5 additions and 9 deletions

3
init.c
View file

@ -92,8 +92,5 @@ long initialise(void)
}
game.conds = setbit(11);
/* Start-up, dwarf stuff */
make_zzword(game.zzword);
return seedval;
}