summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/newgame_def.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/newgame_def.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/newgame_def.h')
-rw-r--r--crawl-ref/source/newgame_def.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/newgame_def.h b/crawl-ref/source/newgame_def.h
index b6345253d0..792b0d3e10 100644
--- a/crawl-ref/source/newgame_def.h
+++ b/crawl-ref/source/newgame_def.h
@@ -39,6 +39,8 @@ struct newgame_def
// XXX: "random" means a random eligible map
std::string map;
+ std::string arena_teams;
+
species_type species;
job_type job;