summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/arena.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/arena.cc')
-rw-r--r--crawl-ref/source/arena.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/arena.cc b/crawl-ref/source/arena.cc
index 34aed4a9e3..f9f5752cd9 100644
--- a/crawl-ref/source/arena.cc
+++ b/crawl-ref/source/arena.cc
@@ -174,7 +174,7 @@ namespace arena
const unwind_stringset mnames(you.uniq_map_names);
std::string map_name = "arena_" + arena_type;
- const map_def *map = random_map_for_tag(map_name.c_str(), false);
+ const map_def *map = random_map_for_tag(map_name.c_str());
if (!map)
throw make_stringf("No arena maps named \"%s\"", arena_type.c_str());