OSDN Git Service

空腹充足の巻物の記述を削除.
[hengband/hengband.git] / src / cave.c
index 3ea8918..e163283 100644 (file)
@@ -2738,7 +2738,7 @@ void update_lite(void)
                                if (d > p) continue;
 
                                /* Viewable, nearby, grids get "torch lit" */
-                               if (player_has_los_bold(y, x))
+                               if (cave[y][x].info & CAVE_VIEW)
                                {
                                        /* This grid is "torch lit" */
                                        cave_lite_hack(y, x);