summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/newgame.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2010-04-22 16:45:55 +0200
committerRobert Vollmert <rvollmert@gmx.net>2010-04-23 01:13:47 +0200
commitb44796a4ede703cb9fb460fed51a69c20ae125a9 (patch)
tree1e1e29344ddd4d36c7e8c47f8531d988d68e0cb0 /crawl-ref/source/newgame.h
parent41cdd917767b6d53f5ac30ee7cbf1e8b6d71abdb (diff)
downloadcrawl-ref-b44796a4ede703cb9fb460fed51a69c20ae125a9.tar.gz
crawl-ref-b44796a4ede703cb9fb460fed51a69c20ae125a9.zip
Move artificer wand choice before character initialization.
Diffstat (limited to 'crawl-ref/source/newgame.h')
-rw-r--r--crawl-ref/source/newgame.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/newgame.h b/crawl-ref/source/newgame.h
index 4c2c9c36c1..dca71e545e 100644
--- a/crawl-ref/source/newgame.h
+++ b/crawl-ref/source/newgame.h
@@ -44,8 +44,7 @@ struct newgame_def
weapon_type weapon;
startup_book_type book;
god_type religion;
-
- // TODO: fill in
+ startup_wand_type wand;
newgame_def();