fix typo in last patch to yelp()

This commit is contained in:
nhmall
2015-12-18 13:00:35 -05:00
parent 2765790b24
commit 2eddec8287
+2 -2
View File
@@ -1,4 +1,4 @@
/* NetHack 3.6 sounds.c $NHDT-Date: 1450461007 2015/12/18 17:50:07 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.76 $ */ /* NetHack 3.6 sounds.c $NHDT-Date: 1450461632 2015/12/18 18:00:32 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.77 $ */
/* Copyright (c) 1989 Janet Walz, Mike Threepoint */ /* Copyright (c) 1989 Janet Walz, Mike Threepoint */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
@@ -397,7 +397,7 @@ register struct monst *mtmp;
yelp_verb = (!Deaf) ? "snarl" : "bluff"; yelp_verb = (!Deaf) ? "snarl" : "bluff";
break; break;
case MS_SQEEK: case MS_SQEEK:
yelp_verb = (!Deaf) ? "squeal" : "quivers"; yelp_verb = (!Deaf) ? "squeal" : "quiver";
break; break;
case MS_SQAWK: case MS_SQAWK:
yelp_verb = (!Deaf) ? "screak" : "thrash"; yelp_verb = (!Deaf) ? "screak" : "thrash";