make_zzword() moved to initialize. Pruned unused stuff from cheat.c

This commit is contained in:
Aaron Traas 2017-07-02 01:07:53 -04:00
parent 6c822610c5
commit f815299a2a
3 changed files with 15 additions and 12 deletions

3
init.c
View file

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