summaryrefslogtreecommitdiff
path: root/src/q_rand.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2016-10-05 18:45:08 +0200
committerBardur Arantsson <bardur@scientician.net>2016-10-05 18:49:38 +0200
commit57bb453a15034c67d04496360b306a5f3bfd0bf2 (patch)
tree091141ca5dbbcd5daa68cc02d2df9926eaadbc35 /src/q_rand.cc
parent1bbed63b66c0f69809e698576a51501150f06bba (diff)
Move a_info into GameEditData
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;