OSDN Git Service

[Refactor] #37353 コメント整理 / Refactor comments.
[hengband/hengband.git] / src / rooms-city.h
index c5853ae..e4acf70 100644 (file)
@@ -9,8 +9,8 @@
 /* Struct for build underground buildings */\r
 typedef struct\r
 {\r
-       int y0, x0; /* North-west corner (relative) */\r
-       int y1, x1; /* South-east corner (relative) */\r
+       POSITION y0, x0; /* North-west corner (relative) */\r
+       POSITION y1, x1; /* South-east corner (relative) */\r
 }\r
 ugbldg_type;\r
 \r