X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=src%2Fdefines.h;h=858b6dbabaa5177a550930052d8482872d56a17c;hb=779c8212a34ab78ba65e0b6ffcf3f5e8fd5052db;hp=64a7e37d11761f2abe1987d0a8ca018225cb843c;hpb=c9804cee9be73b405070b86d940683619beecf00;p=hengband%2Fhengband.git diff --git a/src/defines.h b/src/defines.h index 64a7e37d1..858b6dbab 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 51 /*!< ゲームのバージョン番号定義(エクストラ番号) */ +#define FAKE_VER_EXTRA 77 /*!< ゲームのバージョン番号定義(エクストラ番号) */ /*! @@ -443,14 +443,14 @@ * OPTION: Maximum number of messages to remember (see "io.c") * Default: assume maximal memorization of 2048 total messages */ -#define MESSAGE_MAX 2048 +#define MESSAGE_MAX 81920 /* * OPTION: Maximum space for the message text buffer (see "io.c") * Default: assume that each of the 2048 messages is repeated an * average of three times, and has an average length of 48 */ -#define MESSAGE_BUF 32768 +#define MESSAGE_BUF 655360 /* @@ -4783,6 +4783,9 @@ extern int PlayerUID; #define NIKKI_PAT_TELE 22 #define NIKKI_ART_SCROLL 23 +#define NIKKI_WIZARD_LOG 24 + + #define RECORD_NAMED_PET_NAME 0 #define RECORD_NAMED_PET_UNNAME 1 #define RECORD_NAMED_PET_DISMISS 2 @@ -5657,3 +5660,10 @@ extern int PlayerUID; #define DICE_MULT 6 #define DICE_DIV 7 #define BASE_DAM 8 + +/* Cheat Info Type */ +#define CHEAT_OBJECT 0 +#define CHEAT_MONSTER 1 +#define CHEAT_DUNGEON 2 +#define CHEAT_MISC 3 +