Last remnants of packing removed.
As a bonus, a bug in %S pluralization became obvious and was fixed.
This commit is contained in:
parent
2fa530340d
commit
8bd947b54d
5 changed files with 13 additions and 93 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue