summaryrefslogtreecommitdiff
path: root/src/q_rand.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/q_rand.cc')
-rw-r--r--src/q_rand.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/q_rand.cc b/src/q_rand.cc
index 7a1faa87..7f0b2503 100644
--- a/src/q_rand.cc
+++ b/src/q_rand.cc
@@ -219,6 +219,7 @@ bool_ is_randhero(int level)
static void do_get_new_obj(int y, int x)
{
auto &k_info = game->edit_data.k_info;
+ auto &a_info = game->edit_data.a_info;
object_type *q_ptr[3], forge[3];
int res, i;