OSDN Git Service

(2.2.0.19) 店主の最大売却取引額を符号付き32ビットにして30000を超える額を指定できるようにした。 / Change type of "max_cost...
authorDeskull <desull@users.sourceforge.jp>
Sat, 8 Jul 2017 14:58:18 +0000 (23:58 +0900)
committerDeskull <desull@users.sourceforge.jp>
Sat, 8 Jul 2017 14:58:18 +0000 (23:58 +0900)
src/defines.h
src/types.h

index fc1ed43..c9da040 100644 (file)
@@ -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 /*!< ゲームのバージョン番号定義(エクストラ番号) */
 
 
  /*!
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) */