OSDN Git Service

[Refactor] #37353 AMIGAサポート打ち切りに伴い、byte_hack型のtypedefを削除 / Removed the typedef 'byte_...
[hengband/hengband.git] / src / grid.c
index fb50f5d..bc8d21c 100644 (file)
@@ -913,8 +913,8 @@ void update_flow(player_type *subject_ptr)
                for (d = 0; d < 8; d++)
                {
                        int old_head = flow_head;
-                       byte_hack m = subject_ptr->current_floor_ptr->grid_array[ty][tx].cost + 1;
-                       byte_hack n = subject_ptr->current_floor_ptr->grid_array[ty][tx].dist + 1;
+                       byte m = subject_ptr->current_floor_ptr->grid_array[ty][tx].cost + 1;
+                       byte n = subject_ptr->current_floor_ptr->grid_array[ty][tx].dist + 1;
                        grid_type *g_ptr;
 
                        /* Child location */