OSDN Git Service

[Refactor] #37353 コメント整理 / Refactor comments.
[hengband/hengband.git] / src / rooms-vault.c
index b82b83b..3746791 100644 (file)
@@ -90,7 +90,6 @@ static void build_bubble_vault(POSITION x0, POSITION y0, POSITION xsize, POSITIO
                {\r
                        /* Get distances to two closest centers */\r
 \r
-                       /* initialize */\r
                        min1 = (u16b)distance(x, y, center[0].x, center[0].y);\r
                        min2 = (u16b)distance(x, y, center[1].x, center[1].y);\r
 \r
@@ -338,8 +337,6 @@ static void build_vault(POSITION yval, POSITION xval, POSITION ymax, POSITION xm
 \r
                        /* Hack -- skip "non-grids" */\r
                        if (*t == ' ') continue;\r
-\r
-                       /* Access the grid */\r
                        c_ptr = &cave[y][x];\r
 \r
                        /* Lay down a floor */\r
@@ -1133,7 +1130,6 @@ bool build_type10(void)
 {\r
        POSITION y0, x0, xsize, ysize, vtype;\r
 \r
-       /* Get size */\r
        /* big enough to look good, small enough to be fairly common. */\r
        xsize = randint1(22) + 22;\r
        ysize = randint1(11) + 11;\r