OSDN Git Service

迷宮での移動や記憶喪失等で床上のアイテムの位置を忘れると "触った" フ
[hengband/hengband.git] / src / cave.c
index e163283..6ed1a58 100644 (file)
@@ -4502,7 +4502,7 @@ void wiz_dark(void)
                if (o_ptr->held_m_idx) continue;
 
                /* Forget the object */
-               o_ptr->marked = 0;
+               o_ptr->marked &= OM_TOUCHED;
        }
 
        /* Mega-Hack -- Forget the view and lite */