OSDN Git Service

変数strの使い方の細かい修正.
[hengband/hengband.git] / src / bldg.c
index fed7b6d..797111f 100644 (file)
@@ -4914,7 +4914,7 @@ void do_cmd_bldg(void)
                return;
        }
 
-       which = f_info[cave[py][px].feat].power;
+       which = f_info[cave[py][px].feat].subtype;
 
        bldg = &building[which];