summaryrefslogtreecommitdiff
path: root/src/wizard2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wizard2.cc')
-rw-r--r--src/wizard2.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wizard2.cc b/src/wizard2.cc
index cf7c699d..890c6fbe 100644
--- a/src/wizard2.cc
+++ b/src/wizard2.cc
@@ -825,6 +825,7 @@ static void wiz_reroll_item(object_type *o_ptr)
static void wiz_statistics(object_type *o_ptr)
{
auto &a_info = game->edit_data.a_info;
+ auto &random_artifacts = game->random_artifacts;
long i, matches, better, worse, other;