From 8bbf783ead4517465445272f9144cf06bdac9be7 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Sat, 17 Sep 2016 09:58:14 +0200 Subject: Refactor object_type 'artifact name' field to std::string We don't really need quarks for this since we're not nearly as memory-constrained these days. --- src/q_wight.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/q_wight.cc') diff --git a/src/q_wight.cc b/src/q_wight.cc index 9583365b..531bec29 100644 --- a/src/q_wight.cc +++ b/src/q_wight.cc @@ -75,7 +75,7 @@ static bool_ quest_wight_gen_hook(void *, void *, void *) /* Name the rags */ - q_ptr->art_name = quark_add("of the Wight"); + q_ptr->artifact_name = "of the Wight"; q_ptr->art_flags |= TR_INT | -- cgit v1.2.3