make_zzword() moved to initialize. Pruned unused stuff from cheat.c
This commit is contained in:
parent
6c822610c5
commit
f815299a2a
3 changed files with 15 additions and 12 deletions
3
init.c
3
init.c
|
@ -92,5 +92,8 @@ long initialise(void)
|
|||
}
|
||||
game.conds = setbit(11);
|
||||
|
||||
/* Start-up, dwarf stuff */
|
||||
make_zzword(game.zzword);
|
||||
|
||||
return seedval;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue