summaryrefslogtreecommitdiff
path: root/src/generate.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2014-12-18 21:39:05 +0100
committerBardur Arantsson <bardur@scientician.net>2014-12-23 12:07:54 +0100
commite190564a0791cef0ac7a8393d23643af7d1be3cb (patch)
tree6bbb29e953bf9895aa87fbc1717560503ce12a68 /src/generate.cc
parentddebc7f4803cc967427db1fdb7c2196afc114c14 (diff)
Update HOOK_GEN_LEVEL to new-style hook
Diffstat (limited to 'src/generate.cc')
-rw-r--r--src/generate.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/generate.cc b/src/generate.cc
index 595e8f9f..b0d2bbe7 100644
--- a/src/generate.cc
+++ b/src/generate.cc
@@ -7619,7 +7619,7 @@ static bool_ cave_gen(void)
}
}
- process_hooks(HOOK_GEN_LEVEL, "(d)", is_quest(dun_level));
+ process_hooks_new(HOOK_GEN_LEVEL, NULL, NULL);
/* Basic "amount" */
k = (dun_level / 3);