summaryrefslogtreecommitdiff
path: root/src/birth.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/birth.cc
parent42ee1b48930e037b825e9e2a3ef3e5989e041870 (diff)
Rename get_mon_num{,2}_hook
Diffstat (limited to 'src/birth.cc')
-rw-r--r--src/birth.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/birth.cc b/src/birth.cc
index e108985b..09e0374e 100644
--- a/src/birth.cc
+++ b/src/birth.cc
@@ -2025,7 +2025,7 @@ static bool_ player_birth_aux_ask()
}
/* Set the quest monster hook */
- get_mon_num_hook = monster_quest;
+ get_monster_hook = monster_quest;
/* Prepare allocation table */
get_mon_num_prep();