[jnh-cvs 433] CVS update: jnethack/src

Back to archive index

Kentaro Shirakata argra****@users*****
2005年 3月 3日 (木) 23:12:52 JST


Index: jnethack/src/sounds.c
diff -u jnethack/src/sounds.c:1.20 jnethack/src/sounds.c:1.21
--- jnethack/src/sounds.c:1.20	Tue Jul 20 03:57:22 2004
+++ jnethack/src/sounds.c	Thu Mar  3 23:12:51 2005
@@ -146,7 +146,7 @@
 		int c;
 		c = rn2(2)+hallu;
 		if(c == 1){
-			You(swamp_msg[c]);
+			pline(swamp_msg[c]);
 		} else {
 			You_hear(swamp_msg[c]);
 		}


Jnethack-cvs メーリングリストの案内
Back to archive index