summaryrefslogtreecommitdiff
path: root/src/q_invas.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_invas.cc
parent42ee1b48930e037b825e9e2a3ef3e5989e041870 (diff)
Rename get_mon_num{,2}_hook
Diffstat (limited to 'src/q_invas.cc')
-rw-r--r--src/q_invas.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/q_invas.cc b/src/q_invas.cc
index 60ca0b65..f64e097f 100644
--- a/src/q_invas.cc
+++ b/src/q_invas.cc
@@ -41,7 +41,7 @@ static bool quest_invasion_gen_hook(void *, void *, void *)
dun_level = quest[p_ptr->inside_quest].level;
/* Set the correct monster hook */
- set_mon_num_hook();
+ reset_get_monster_hook();
/* Prepare allocation table */
get_mon_num_prep();