Abolish unclean operation on OBJSOUND - it's now static.

Save/Restore no longer needs to treat it specially.
This commit is contained in:
Eric S. Raymond 2017-06-23 15:13:47 -04:00
parent ecff53d3a8
commit 15b7c00e0a
3 changed files with 7 additions and 4 deletions

View file

@ -63,6 +63,7 @@ struct game_t {
long turns;
bool wzdark; /* whether the loc he's leaving was dark */
long zzword;
bool blooded; /* has player drunk of dragon's blood? */
long abbrev[LOCSIZ + 1];
long atloc[LOCSIZ + 1];
long dseen[NDWARVES + 1];