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
main.c
View file

@ -110,9 +110,6 @@ int main(int argc, char *argv[])
/* Initialize game variables */
long seedval = initialise();
/* Start-up, dwarf stuff */
make_zzword(game.zzword);
#ifndef ADVENT_NOSAVE
if (!rfp) {
game.novice = yes(arbitrary_messages[WELCOME_YOU], arbitrary_messages[CAVE_NEARBY], arbitrary_messages[NO_MESSAGE]);