OSDN Git Service

(2.2.0.19) 店主の最大売却取引額を符号付き32ビットにして30000を超える額を指定できるようにした。 / Change type of "max_cost...
[hengband/hengband.git] / src / types.h
index 34dc1a9..1dcc31d 100644 (file)
@@ -722,7 +722,7 @@ struct owner_type
 {
        cptr owner_name;        /* Name */
 
-       s16b max_cost;          /* Purse limit */
+       s32b max_cost;          /* Purse limit */
 
        byte max_inflate;       /* Inflation (max) */
        byte min_inflate;       /* Inflation (min) */