OSDN Git Service

[Refactor] #37353 BEN_HACK 分岐削除。 / Delete BEN_HACK.
[hengband/hengband.git] / src / floor-streams.c
index bcc0cee..a172727 100644 (file)
@@ -264,8 +264,6 @@ void build_streamer(IDX feat, int chance)
                                if (!in_bounds2(ty, tx)) continue;
                                break;
                        }
-
-                       /* Access the grid */
                        c_ptr = &cave[ty][tx];
                        f_ptr = &f_info[c_ptr->feat];