From: cohrs Date: Tue, 29 Jul 2003 21:38:42 +0000 (+0000) Subject: U556: another typo X-Git-Tag: MOVE2GIT~1879 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7685a2a8cbfae109896548b9ee90217db83e5309;p=nethack U556: another typo Or perhaps it's translating miao from Italian to English. --- diff --git a/src/sounds.c b/src/sounds.c index d4e64f8ea..fd10df134 100644 --- a/src/sounds.c +++ b/src/sounds.c @@ -561,7 +561,7 @@ register struct monst *mtmp; mtmp->mtame < 5) pline_msg = "yowls."; else if (moves > EDOG(mtmp)->hungrytime) - pline_msg = "miaos."; + pline_msg = "meows."; else if (EDOG(mtmp)->hungrytime > moves + 1000) pline_msg = "purrs."; else