summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/newgame_def.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2010-04-25 22:35:47 +0200
committerRobert Vollmert <rvollmert@gmx.net>2010-04-25 22:40:32 +0200
commita8c0ff94c36d46b80a8598b194430e3009bdd0f2 (patch)
treef0035b65599a4cfd7c4bc4c8214b17c734e7b770 /crawl-ref/source/newgame_def.h
parent280e33c522c38eeab68535f14c5ee85046a4eff4 (diff)
downloadcrawl-ref-a8c0ff94c36d46b80a8598b194430e3009bdd0f2.tar.gz
crawl-ref-a8c0ff94c36d46b80a8598b194430e3009bdd0f2.zip
Clean up newgame.cc:_choose_book.
Diffstat (limited to 'crawl-ref/source/newgame_def.h')
-rw-r--r--crawl-ref/source/newgame_def.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/crawl-ref/source/newgame_def.h b/crawl-ref/source/newgame_def.h
index 35a3575082..511a7b45f2 100644
--- a/crawl-ref/source/newgame_def.h
+++ b/crawl-ref/source/newgame_def.h
@@ -5,11 +5,12 @@
enum startup_book_type
{
- SBT_NO_SELECTION = 0,
SBT_FIRE,
SBT_COLD,
SBT_SUMM,
- SBT_RANDOM
+ SBT_NONE,
+ SBT_RANDOM,
+ SBT_VIABLE
};
enum startup_wand_type