svnno****@sourc*****
svnno****@sourc*****
2013年 3月 31日 (日) 22:01:42 JST
Revision: 705 http://sourceforge.jp/projects/jnethack/scm/svn/commits/705 Author: argrath Date: 2013-03-31 22:01:41 +0900 (Sun, 31 Mar 2013) Log Message: ----------- fix bug #30922 Ticket Links: ------------ http://sourceforge.jp/projects/jnethack/tracker/detail/30922 Modified Paths: -------------- jnethack/trunk/src/do.c Modified: jnethack/trunk/src/do.c =================================================================== --- jnethack/trunk/src/do.c 2013-03-30 16:02:39 UTC (rev 704) +++ jnethack/trunk/src/do.c 2013-03-31 13:01:41 UTC (rev 705) @@ -1102,8 +1102,8 @@ You("%s %s.", locomotion(youmonst.data, "jump"), trap->ttyp == HOLE ? "down the hole" : "through the trap door"); #else - You("%s%s\xA1\xA5", locomotion(youmonst.data, "ķ\xA4\xD6"), - trap->ttyp == HOLE ? "\xB7\xEA\xA4\xCB\xCD\xEE\xA4\xC1\xA4\xBF" : "\xCD\xC8\xE2\xA4\xCB\xC6\xFE\xA4ä\xBF"); + You("%s\xA1\xA5", + trap->ttyp == HOLE ? "\xB7\xEA\xA4\xF2\xB9ߤꤿ" : "\xCD\xC8\xE2\xA4\xF2\xC4̤\xEAȴ\xA4\xB1\xA4\xBF"); #endif if (trap && Is_stronghold(&u.uz)) {