OSDN Git Service

[Refactor] #37353 空白整理。 / Refactor spaces.
[hengband/hengband.git] / src / artifact.c
index efff715..78fb9ee 100644 (file)
  */
 
 #include "angband.h"
+
+#include "avatar.h"
 #include "cmd-activate.h"
 #include "object-curse.h"
+#include "artifact.h"
 
 static bool has_extreme_damage_rate(object_type *o_ptr);
 static bool weakening_artifact(object_type *o_ptr);
@@ -1689,7 +1692,7 @@ static void get_random_name(object_type *o_ptr, char *return_name, bool armour,
        }
        else
        {
-               cptr filename;
+               concptr filename;
 
                switch (armour)
                {
@@ -2015,9 +2018,8 @@ bool create_artifact(object_type *o_ptr, bool a_scroll)
        if (a_scroll)
        {
                GAME_TEXT dummy_name[MAX_NLEN] = "";
-               cptr ask_msg = _("このアーティファクトを何と名付けますか?", "What do you want to call the artifact? ");
+               concptr ask_msg = _("このアーティファクトを何と名付けますか?", "What do you want to call the artifact? ");
 
-               /* Identify it fully */
                object_aware(o_ptr);
                object_known(o_ptr);