summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/newgame.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2010-04-22 16:13:20 +0200
committerRobert Vollmert <rvollmert@gmx.net>2010-04-23 01:13:47 +0200
commitf4ae9aad4a3619fa3d704667bf9d91c8bac7be9e (patch)
tree107c91d01f10ebaa7b82be813b972336868cb097 /crawl-ref/source/newgame.h
parent9107401b7c81cf03d70df1ade4b6c17319800fc2 (diff)
downloadcrawl-ref-f4ae9aad4a3619fa3d704667bf9d91c8bac7be9e.tar.gz
crawl-ref-f4ae9aad4a3619fa3d704667bf9d91c8bac7be9e.zip
Move chaos knight god choice before character initialization.
Diffstat (limited to 'crawl-ref/source/newgame.h')
-rw-r--r--crawl-ref/source/newgame.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/newgame.h b/crawl-ref/source/newgame.h
index 15430c3333..4c2c9c36c1 100644
--- a/crawl-ref/source/newgame.h
+++ b/crawl-ref/source/newgame.h
@@ -43,6 +43,7 @@ struct newgame_def
weapon_type weapon;
startup_book_type book;
+ god_type religion;
// TODO: fill in