OSDN Git Service

中立でないモンスターに乗馬して, 乗馬に向かない武器を装備していると,
authornothere <nothere@0568b783-4c39-0410-ac80-bf13821ea2a2>
Tue, 3 Aug 2004 03:23:35 +0000 (03:23 +0000)
committernothere <nothere@0568b783-4c39-0410-ac80-bf13821ea2a2>
Tue, 3 Aug 2004 03:23:35 +0000 (03:23 +0000)
フロア移動時に一時的に乗馬から降りたメッセージが出るバグを修正.

src/dungeon.c

index d1c9454..702ab8e 100644 (file)
@@ -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;