OSDN Git Service

[Refactor] FRIENDSを新定義に合わせた
[hengbandforosx/hengbandosx.git] / src / floor / tunnel-generator.cpp
index 5062662..23ca8e9 100644 (file)
@@ -1,4 +1,4 @@
-#include "floor/tunnel-generator.h"
+#include "floor/tunnel-generator.h"
 #include "floor/cave.h"
 #include "floor/dungeon-tunnel-util.h"
 #include "floor/geometry.h"
@@ -376,7 +376,7 @@ bool build_tunnel2(PlayerType *player_ptr, dun_data_type *dd_ptr, POSITION x1, P
     POSITION x3, y3, dx, dy;
     POSITION changex, changey;
     bool retval, firstsuccede;
-    grid_type *g_ptr;
+    Grid *g_ptr;
 
     int length = distance(x1, y1, x2, y2);
     auto *floor_ptr = player_ptr->current_floor_ptr;