OSDN Git Service

[Refactor] #37353 コメント整理 / Refactor comments.
[hengband/hengband.git] / src / xtra1.c
index 7a186c0..1ef756d 100644 (file)
@@ -2032,7 +2032,6 @@ static void fix_message(void)
 static void fix_overhead(void)
 {
        int j;
-
        int cy, cx;
 
        /* Scan windows */
@@ -2054,7 +2053,7 @@ static void fix_overhead(void)
                Term_get_size(&wid, &hgt);
                if (wid > COL_MAP + 2 && hgt > ROW_MAP + 2)
                {
-                       /* Redraw map */
+
                        display_map(&cy, &cx);
                        Term_fresh();
                }
@@ -5451,13 +5450,10 @@ void calc_bonuses(void)
        /* Redraw armor (if needed) */
        if ((p_ptr->dis_ac != old_dis_ac) || (p_ptr->dis_to_a != old_dis_to_a))
        {
-               /* Redraw */
                p_ptr->redraw |= (PR_ARMOR);
-
                p_ptr->window |= (PW_PLAYER);
        }
 
-
        if (p_ptr->ryoute && !omoi)
        {
                int bonus_to_h=0, bonus_to_d=0;