From 92e4684c6e7040b0f8925d261fa25627ba56c379 Mon Sep 17 00:00:00 2001 From: nothere Date: Tue, 3 Aug 2004 03:23:35 +0000 Subject: [PATCH 1/1] =?utf8?q?=E4=B8=AD=E7=AB=8B=E3=81=A7=E3=81=AA?= =?utf8?q?=E3=81=84=E3=83=A2=E3=83=B3=E3=82=B9=E3=82=BF=E3=83=BC=E3=81=AB?= =?utf8?q?=E4=B9=97=E9=A6=AC=E3=81=97=E3=81=A6,=20=E4=B9=97=E9=A6=AC?= =?utf8?q?=E3=81=AB=E5=90=91=E3=81=8B=E3=81=AA=E3=81=84=E6=AD=A6=E5=99=A8?= =?utf8?q?=E3=82=92=E8=A3=85=E5=82=99=E3=81=97=E3=81=A6=E3=81=84=E3=82=8B?= =?utf8?q?=E3=81=A8,=20=E3=83=95=E3=83=AD=E3=82=A2=E7=A7=BB=E5=8B=95?= =?utf8?q?=E6=99=82=E3=81=AB=E4=B8=80=E6=99=82=E7=9A=84=E3=81=AB=E4=B9=97?= =?utf8?q?=E9=A6=AC=E3=81=8B=E3=82=89=E9=99=8D=E3=82=8A=E3=81=9F=E3=83=A1?= =?utf8?q?=E3=83=83=E3=82=BB=E3=83=BC=E3=82=B8=E3=81=8C=E5=87=BA=E3=82=8B?= =?utf8?q?=E3=83=90=E3=82=B0=E3=82=92=E4=BF=AE=E6=AD=A3.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/dungeon.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/dungeon.c b/src/dungeon.c index d1c94548f..702ab8e51 100644 --- a/src/dungeon.c +++ b/src/dungeon.c @@ -6939,9 +6939,14 @@ prt(" /* Handle "p_ptr->notice" */ notice_stuff(); + /* Hack -- prevent "icky" message */ + character_xtra = TRUE; + /* Handle "p_ptr->update" and "p_ptr->redraw" and "p_ptr->window" */ handle_stuff(); + character_xtra = FALSE; + /* Cancel the target */ target_who = 0; -- 2.11.0