summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-pick.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mon-pick.h')
-rw-r--r--crawl-ref/source/mon-pick.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/crawl-ref/source/mon-pick.h b/crawl-ref/source/mon-pick.h
index 0bbdf1d536..1f8bac453c 100644
--- a/crawl-ref/source/mon-pick.h
+++ b/crawl-ref/source/mon-pick.h
@@ -12,19 +12,20 @@
#ifndef MONPICK_H
#define MONPICK_H
+#include "travel.h"
// last updated 12may2000 {dlb}
/* ***********************************************************************
* called from: dungeon - fight
* *********************************************************************** */
-int mons_rarity(int mcls);
+int mons_rarity(int mcls, const level_id &place = level_id::current());
// last updated 12may2000 {dlb}
/* ***********************************************************************
* called from: dungeon
* *********************************************************************** */
-int mons_level(int mcls);
+int mons_level(int mcls, const level_id &place = level_id::current());
// last updated 12may2000 {dlb}