summaryrefslogtreecommitdiff
path: root/src/wizard2.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2017-05-02 19:20:57 +0200
committerBardur Arantsson <bardur@scientician.net>2017-05-02 19:20:57 +0200
commit2c8b8579faf729b9cf21b8b2d827f0e482570bd3 (patch)
tree7c258a9008d00ff1ec54de578d092e370b90cd95 /src/wizard2.cc
parentfdb532aec5234db77a9111d219f8a870d660c4fc (diff)
Move random_artifacts to Game struct
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;