From e807d265780838b3452b7b37fd0eb51d389325d8 Mon Sep 17 00:00:00 2001 From: Deskull Date: Sat, 8 Jul 2017 23:58:18 +0900 Subject: [PATCH] =?utf8?q?(2.2.0.19)=20=E5=BA=97=E4=B8=BB=E3=81=AE?= =?utf8?q?=E6=9C=80=E5=A4=A7=E5=A3=B2=E5=8D=B4=E5=8F=96=E5=BC=95=E9=A1=8D?= =?utf8?q?=E3=82=92=E7=AC=A6=E5=8F=B7=E4=BB=98=E3=81=8D32=E3=83=93?= =?utf8?q?=E3=83=83=E3=83=88=E3=81=AB=E3=81=97=E3=81=A630000=E3=82=92?= =?utf8?q?=E8=B6=85=E3=81=88=E3=82=8B=E9=A1=8D=E3=82=92=E6=8C=87=E5=AE=9A?= =?utf8?q?=E3=81=A7=E3=81=8D=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB=E3=81=97?= =?utf8?q?=E3=81=9F=E3=80=82=E3=80=80/=20Change=20type=20of=20"max=5Fcost"?= =?utf8?q?=20for=20selling=20price=20to=20master=20in=20shop=20and=20enabl?= =?utf8?q?e=20to=20set=20over=2030000.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/defines.h | 2 +- src/types.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/defines.h b/src/defines.h index fc1ed432c..c9da04049 100644 --- a/src/defines.h +++ b/src/defines.h @@ -53,7 +53,7 @@ #define FAKE_VER_MAJOR 12 /*!< ゲームのバージョン番号定義(メジャー番号 + 10) */ #define FAKE_VER_MINOR 2 /*!< ゲームのバージョン番号定義(マイナー番号) */ #define FAKE_VER_PATCH 0 /*!< ゲームのバージョン番号定義(パッチ番号) */ -#define FAKE_VER_EXTRA 18 /*!< ゲームのバージョン番号定義(エクストラ番号) */ +#define FAKE_VER_EXTRA 19 /*!< ゲームのバージョン番号定義(エクストラ番号) */ /*! diff --git a/src/types.h b/src/types.h index 34dc1a9ce..1dcc31d3e 100644 --- a/src/types.h +++ b/src/types.h @@ -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) */ -- 2.11.0