OSDN Git Service

[Refactor] #37353 型の置換。 / Type replacement. (BASE_STATUS / A_MAX)
[hengband/hengband.git] / src / history.h
index 34e5519..9518e41 100644 (file)
@@ -9,7 +9,7 @@ typedef struct hist_type hist_type;
 */\r
 struct hist_type\r
 {\r
-       cptr info;                          /*!> メッセージ本文 / Textual History */\r
+       concptr info;                       /*!> メッセージ本文 / Textual History */\r
 \r
        byte roll;                          /*!> 確率の重み / Frequency of this entry */\r
        byte chart;                         /*!> 生い立ちメッセージの流れを示すチャートID / Chart index */\r