summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/newgame.h
diff options
context:
space:
mode:
authorzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-12 06:11:11 +0000
committerzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-12 06:11:11 +0000
commit7048b8fc932d93367720044a9e4d9f837cdd7b62 (patch)
tree34a7ca4f3558a9253dd97b39f27e62724105e198 /crawl-ref/source/newgame.h
parent70ddc82fc900a147e25e0c273a657f3abe891e83 (diff)
downloadcrawl-ref-7048b8fc932d93367720044a9e4d9f837cdd7b62.tar.gz
crawl-ref-7048b8fc932d93367720044a9e4d9f837cdd7b62.zip
Recalculate permanent mutations when changing species, but leave non-permanent
mutations in place. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5753 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/newgame.h')
-rw-r--r--crawl-ref/source/newgame.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/crawl-ref/source/newgame.h b/crawl-ref/source/newgame.h
index eca56fac60..3a25c11a51 100644
--- a/crawl-ref/source/newgame.h
+++ b/crawl-ref/source/newgame.h
@@ -46,4 +46,9 @@ int give_first_conjuration_book();
bool choose_race(void);
bool choose_class(void);
+/* ***********************************************************************
+ * called from: debug newgame
+ * *********************************************************************** */
+void give_basic_mutations(species_type speci);
+
#endif