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:
parent
be115e9567
commit
85f8334e17
4 changed files with 5 additions and 9 deletions
|
|
@ -122,8 +122,6 @@ int restore(FILE* fp)
|
|||
rspeak(VERSION_SKEW, save.version / 10, MOD(save.version, 10), VRSION / 10, MOD(VRSION, 10));
|
||||
} else {
|
||||
memcpy(&game, &save.game, sizeof(struct game_t));
|
||||
//game.zzword = rndvoc(3, game.zzword);
|
||||
make_zzword(game.zzword);
|
||||
}
|
||||
return GO_TOP;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue