summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/arena.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2010-04-30 12:44:23 +0200
committerRobert Vollmert <rvollmert@gmx.net>2010-04-30 12:51:43 +0200
commit3ca5ad332ae2acacddef0ffd6a54be838863fb88 (patch)
tree0b24950c924472e43baba2109b3c569d012970be /crawl-ref/source/arena.h
parentfba03ac69d08ce5643a4184a9b13e0ccf120a49e (diff)
downloadcrawl-ref-3ca5ad332ae2acacddef0ffd6a54be838863fb88.tar.gz
crawl-ref-3ca5ad332ae2acacddef0ffd6a54be838863fb88.zip
Allow starting the arena from the startup menu.
This adds a primitive arena team choice screen, and integrates arena team settings with newgame_def.
Diffstat (limited to 'crawl-ref/source/arena.h')
-rw-r--r--crawl-ref/source/arena.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/arena.h b/crawl-ref/source/arena.h
index d79d2f834d..abbee5e6bf 100644
--- a/crawl-ref/source/arena.h
+++ b/crawl-ref/source/arena.h
@@ -14,7 +14,7 @@ struct mgen_data;
struct coord_def;
-void run_arena();
+void run_arena(const std::string& teams);
monster_type arena_pick_random_monster(const level_id &place, int power,
int &lev_mons);