Last remnants of packing removed.

As a bonus, a bug in %S pluralization became obvious and was fixed.
This commit is contained in:
Eric S. Raymond 2017-07-20 10:36:22 -04:00
parent 2fa530340d
commit 8bd947b54d
5 changed files with 13 additions and 93 deletions

View file

@ -930,8 +930,7 @@ static int listen(void)
* depending on whether player has drunk dragon's blood. */
if (i == BIRD)
mi += 3 * game.blooded;
long packed_zzword = token_to_packed(game.zzword);
pspeak(i, hear, mi, true, packed_zzword);
pspeak(i, hear, mi, true, game.zzword);
rspeak(NO_MESSAGE);
if (i == BIRD && mi == BIRD_ENDSTATE)
DESTROY(BIRD);