summaryrefslogtreecommitdiff
path: root/src/object_type.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/object_type.hpp')
-rw-r--r--src/object_type.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object_type.hpp b/src/object_type.hpp
index aec713b0..3a34d181 100644
--- a/src/object_type.hpp
+++ b/src/object_type.hpp
@@ -79,7 +79,7 @@ struct object_type
std::string inscription; /* Inscription index */
- u16b art_name = 0; /* Artifact name (random artifacts) */
+ std::string artifact_name; /* Artifact name */
object_flag_set art_flags; /* Flags */
object_flag_set art_oflags; /* Obvious flags */