summaryrefslogtreecommitdiff
path: root/src/q_thrain.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2018-03-25 20:07:31 +0200
committerBardur Arantsson <bardur@scientician.net>2018-03-25 20:07:31 +0200
commit6712920f2549cb205e9efa0e68bc61240b4867e1 (patch)
tree09c575322cb07d5667f8fc9b10e8f3a5da201757 /src/q_thrain.cc
parent42ee1b48930e037b825e9e2a3ef3e5989e041870 (diff)
Rename get_mon_num{,2}_hook
Diffstat (limited to 'src/q_thrain.cc')
-rw-r--r--src/q_thrain.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/q_thrain.cc b/src/q_thrain.cc
index 7b895695..08c0ce2c 100644
--- a/src/q_thrain.cc
+++ b/src/q_thrain.cc
@@ -180,7 +180,7 @@ static bool quest_thrain_gen_hook(void *, void *in_, void *)
build_rectangle(y1 - 1, x1 - 1, y2 + 1, x2 + 1, feat_wall_outer, CAVE_ROOM | CAVE_GLOW);
/* Set the correct monster hook */
- set_mon_num_hook();
+ reset_get_monster_hook();
/* Prepare allocation table */
get_mon_num_prep();